Html Css Color HEX #BE7F7E Brandy Rose

📋 copy color: '#BE7F7E'

red 190 ◦ green 127 ◦ blue 126

#BE7F7E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #BE7F7E

Tints of Brandy Rose #BE7F7E

RGB

 RED value IS 190 (74.61% from 255) = 42.89%

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 126 (49.61% from 255) = 28.44%

R = 42.89%
G = 28.67%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BE7F7E (or 0xBE7F7E) is known color: Brandy Rose. HEX triplet: BE, 7F and 7E. RGB value is (190,127,126). Sum of RGB (Red+Green+Blue) = 190+127+126=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F7E is #418081. Grayscale: #919191. Windows color (decimal): -4292738 or 8290238. OLE color: 8290238.

HSL color Cylindrical-coordinate representation of color #BE7F7E: hue angle of 0.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7F7E is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 127 126 -
CMYK 0 0.33 0.34 0.25
HSL 0.94º 0.33% 0.62% -
HSV(B) 0.94º 0.34% 0.75% -
XYZ 32.59 27.63 23.35 -
YUV 145.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 190 127 126 0 0.33 0.34 0.25 0.94 0.33 0.62
Hex BE 7F 7E 0 21 22 19 1 21 3E
Octal 276 177 176 0 41 42 31 1 41 76
Binary 10111110 1111111 1111110 0 100001 100010 11001 1 100001 111110

Color Harmonies of #BE7F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F7E

Black with #BE7F7E

Text Example


Text Example

White with #BE7F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F7E; }

 p { color: rgb(190,127,126); }

 H1.HeaderClassName
 {
   color: #BE7F7E;
 }
 .AnyTagClassName
 {
   color: #BE7F7E;
 }
</style>

background-color css

<style>
 a { background-color: #BE7F7E; }

 a { background-color: rgb(190,127,126); }

 div.DivClassName
 {
   background-color: #BE7F7E;
 }
 .BgClassName
 {
   background-color: #BE7F7E;
 }
</style>

border-color css

<style>
 span { border-color: #BE7F7E; }

 span { border-color: rgb(190,127,126); }

 td.TdClassName
 {
   border-color: #BE7F7E;
 }
 .TagClassName
 {
   border-color: #BE7F7E;
 }
</style>