Html Css Color HEX #BB866B Brandy Rose

📋 copy color: '#BB866B'

red 187 ◦ green 134 ◦ blue 107

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

Shades of Brandy Rose #BB866B

Tints of Brandy Rose #BB866B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25%

R = 43.69%
G = 31.31%
B = 25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB866B (or 0xBB866B) is known color: Brandy Rose. HEX triplet: BB, 86 and 6B. RGB value is (187,134,107). Sum of RGB (Red+Green+Blue) = 187+134+107=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 187 - color contains mainly: red. Hex color #BB866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB866B is #447994. Grayscale: #929292. Windows color (decimal): -4487573 or 7046843. OLE color: 7046843.

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

Color convert

RGB 187 134 107 -
CMYK 0 0.28 0.43 0.27
HSL 20.25º 0.37% 0.58% -
HSV(B) 20.25º 0.43% 0.73% -
XYZ 31.67 28.68 17.78 -
YUV 146.77 105.56 156.7 -
System Red Green Blue C M Y K H S L
Decimal 187 134 107 0 0.28 0.43 0.27 20.25 0.37 0.58
Hex BB 86 6B 0 1C 2B 1B 14 25 3A
Octal 273 206 153 0 34 53 33 24 45 72
Binary 10111011 10000110 1101011 0 11100 101011 11011 10100 100101 111010

Color Harmonies of #BB866B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB866B

Black with #BB866B

Text Example


Text Example

White with #BB866B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB866B; }

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

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

background-color css

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

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

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

border-color css

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

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

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