Html Css Color HEX #BB8A71 Brandy Rose

📋 copy color: '#BB8A71'

red 187 ◦ green 138 ◦ blue 113

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

Shades of Brandy Rose #BB8A71

Tints of Brandy Rose #BB8A71

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 113 (44.53% from 255) = 25.8%

R = 42.69%
G = 31.51%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB8A71 (or 0xBB8A71) is known color: Brandy Rose. HEX triplet: BB, 8A and 71. RGB value is (187,138,113). Sum of RGB (Red+Green+Blue) = 187+138+113=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8A71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8A71 is #44758E. Grayscale: #959595. Windows color (decimal): -4486543 or 7441083. OLE color: 7441083.

HSL color Cylindrical-coordinate representation of color #BB8A71: hue angle of 20.27º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8A71 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 138 113 -
CMYK 0 0.26 0.40 0.27
HSL 20.27º 0.35% 0.59% -
HSV(B) 20.27º 0.4% 0.73% -
XYZ 32.56 29.93 19.68 -
YUV 149.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 187 138 113 0 0.26 0.40 0.27 20.27 0.35 0.59
Hex BB 8A 71 0 1A 28 1B 14 23 3B
Octal 273 212 161 0 32 50 33 24 43 73
Binary 10111011 10001010 1110001 0 11010 101000 11011 10100 100011 111011

Color Harmonies of #BB8A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB8A71

Black with #BB8A71

Text Example


Text Example

White with #BB8A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB8A71; }

 p { color: rgb(187,138,113); }

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

background-color css

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

 a { background-color: rgb(187,138,113); }

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

border-color css

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

 span { border-color: rgb(187,138,113); }

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