Html Css Color HEX #BB886F Brandy Rose

📋 copy color: '#BB886F'

red 187 ◦ green 136 ◦ blue 111

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

Shades of Brandy Rose #BB886F

Tints of Brandy Rose #BB886F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

 BLUE value IS 111 (43.75% from 255) = 25.58%

R = 43.09%
G = 31.34%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB886F (or 0xBB886F) is known color: Brandy Rose. HEX triplet: BB, 88 and 6F. RGB value is (187,136,111). Sum of RGB (Red+Green+Blue) = 187+136+111=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB886F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB886F is #447790. Grayscale: #949494. Windows color (decimal): -4487057 or 7309499. OLE color: 7309499.

HSL color Cylindrical-coordinate representation of color #BB886F: hue angle of 19.74º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB886F is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 136 111 -
CMYK 0 0.27 0.41 0.27
HSL 19.74º 0.36% 0.58% -
HSV(B) 19.74º 0.41% 0.73% -
XYZ 32.17 29.32 19 -
YUV 148.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 187 136 111 0 0.27 0.41 0.27 19.74 0.36 0.58
Hex BB 88 6F 0 1B 29 1B 14 24 3A
Octal 273 210 157 0 33 51 33 24 44 72
Binary 10111011 10001000 1101111 0 11011 101001 11011 10100 100100 111010

Color Harmonies of #BB886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB886F

Black with #BB886F

Text Example


Text Example

White with #BB886F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB886F; }

 p { color: rgb(187,136,111); }

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

background-color css

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

 a { background-color: rgb(187,136,111); }

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

border-color css

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

 span { border-color: rgb(187,136,111); }

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