Html Css Color HEX #BE7F76 Brandy Rose

📋 copy color: '#BE7F76'

red 190 ◦ green 127 ◦ blue 118

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

Shades of Brandy Rose #BE7F76

Tints of Brandy Rose #BE7F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.13%

R = 43.68%
G = 29.2%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7F76 (or 0xBE7F76) is known color: Brandy Rose. HEX triplet: BE, 7F and 76. RGB value is (190,127,118). Sum of RGB (Red+Green+Blue) = 190+127+118=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 127 (50% from 255 or 29.20% from 435); Blue value is 118 (46.48% from 255 or 27.13% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7F76 is #418089. Grayscale: #909090. Windows color (decimal): -4292746 or 7765950. OLE color: 7765950.

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

Color convert

RGB 190 127 118 -
CMYK 0 0.33 0.38 0.25
HSL 7.5º 0.36% 0.6% -
HSV(B) 7.5º 0.38% 0.75% -
XYZ 32.09 27.43 20.74 -
YUV 144.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 190 127 118 0 0.33 0.38 0.25 7.5 0.36 0.6
Hex BE 7F 76 0 21 26 19 8 24 3C
Octal 276 177 166 0 41 46 31 10 44 74
Binary 10111110 1111111 1110110 0 100001 100110 11001 1000 100100 111100

Color Harmonies of #BE7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F76

Black with #BE7F76

Text Example


Text Example

White with #BE7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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