Html Css Color HEX #BB866F Brandy Rose

📋 copy color: '#BB866F'

red 187 ◦ green 134 ◦ blue 111

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

Shades of Brandy Rose #BB866F

Tints of Brandy Rose #BB866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.02%

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

R = 43.29%
G = 31.02%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB866F (or 0xBB866F) is known color: Brandy Rose. HEX triplet: BB, 86 and 6F. RGB value is (187,134,111). Sum of RGB (Red+Green+Blue) = 187+134+111=432 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.29% from 432); Green value is 134 (52.73% from 255 or 31.02% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866F is #447990. Grayscale: #939393. Windows color (decimal): -4487569 or 7308987. OLE color: 7308987.

HSL color Cylindrical-coordinate representation of color #BB866F: hue angle of 18.16º 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 #BB866F is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 134 111 -
CMYK 0 0.28 0.41 0.27
HSL 18.16º 0.36% 0.58% -
HSV(B) 18.16º 0.41% 0.73% -
XYZ 31.89 28.76 18.91 -
YUV 147.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 187 134 111 0 0.28 0.41 0.27 18.16 0.36 0.58
Hex BB 86 6F 0 1C 29 1B 12 24 3A
Octal 273 206 157 0 34 51 33 22 44 72
Binary 10111011 10000110 1101111 0 11100 101001 11011 10010 100100 111010

Color Harmonies of #BB866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB866F

Black with #BB866F

Text Example


Text Example

White with #BB866F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB866F; }

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

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

background-color css

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

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

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

border-color css

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

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

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