Html Css Color HEX #BB7976 Brandy Rose

📋 copy color: '#BB7976'

red 187 ◦ green 121 ◦ blue 118

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

Shades of Brandy Rose #BB7976

Tints of Brandy Rose #BB7976

RGB

 RED value IS 187 (73.44% from 255) = 43.9%

 GREEN value IS 121 (47.66% from 255) = 28.4%

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

R = 43.9%
G = 28.4%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB7976 (or 0xBB7976) is known color: Brandy Rose. HEX triplet: BB, 79 and 76. RGB value is (187,121,118). Sum of RGB (Red+Green+Blue) = 187+121+118=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 121 (47.66% from 255 or 28.40% from 426); Blue value is 118 (46.48% from 255 or 27.70% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7976 is #448689. Grayscale: #8C8C8C. Windows color (decimal): -4490890 or 7764411. OLE color: 7764411.

HSL color Cylindrical-coordinate representation of color #BB7976: hue angle of 2.61º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB7976 is Cyan = 0, Magento = 0.35, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 118 -
CMYK 0 0.35 0.37 0.27
HSL 2.61º 0.34% 0.6% -
HSV(B) 2.61º 0.37% 0.73% -
XYZ 30.6 25.55 20.46 -
YUV 140.39 115.37 161.24 -
System Red Green Blue C M Y K H S L
Decimal 187 121 118 0 0.35 0.37 0.27 2.61 0.34 0.6
Hex BB 79 76 0 23 25 1B 3 22 3C
Octal 273 171 166 0 43 45 33 3 42 74
Binary 10111011 1111001 1110110 0 100011 100101 11011 11 100010 111100

Color Harmonies of #BB7976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7976

Black with #BB7976

Text Example


Text Example

White with #BB7976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7976; }

 p { color: rgb(187,121,118); }

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

background-color css

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

 a { background-color: rgb(187,121,118); }

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

border-color css

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

 span { border-color: rgb(187,121,118); }

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