Html Css Color HEX #BB856B Brandy Rose

📋 copy color: '#BB856B'

red 187 ◦ green 133 ◦ blue 107

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

Shades of Brandy Rose #BB856B

Tints of Brandy Rose #BB856B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.15%

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

R = 43.79%
G = 31.15%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB856B (or 0xBB856B) is known color: Brandy Rose. HEX triplet: BB, 85 and 6B. RGB value is (187,133,107). Sum of RGB (Red+Green+Blue) = 187+133+107=427 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.79% from 427); Green value is 133 (52.34% from 255 or 31.15% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 187 - color contains mainly: red. Hex color #BB856B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB856B is #447A94. Grayscale: #929292. Windows color (decimal): -4487829 or 7046587. OLE color: 7046587.

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

Color convert

RGB 187 133 107 -
CMYK 0 0.29 0.43 0.27
HSL 19.5º 0.37% 0.58% -
HSV(B) 19.5º 0.43% 0.73% -
XYZ 31.53 28.4 17.73 -
YUV 146.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 187 133 107 0 0.29 0.43 0.27 19.5 0.37 0.58
Hex BB 85 6B 0 1D 2B 1B 14 25 3A
Octal 273 205 153 0 35 53 33 24 45 72
Binary 10111011 10000101 1101011 0 11101 101011 11011 10100 100101 111010

Color Harmonies of #BB856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB856B

Black with #BB856B

Text Example


Text Example

White with #BB856B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB856B; }

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

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

background-color css

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

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

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

border-color css

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

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

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