Html Css Color HEX #BB856F Brandy Rose

📋 copy color: '#BB856F'

red 187 ◦ green 133 ◦ blue 111

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

Shades of Brandy Rose #BB856F

Tints of Brandy Rose #BB856F

RGB

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

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

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

R = 43.39%
G = 30.86%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB856F (or 0xBB856F) is known color: Brandy Rose. HEX triplet: BB, 85 and 6F. RGB value is (187,133,111). Sum of RGB (Red+Green+Blue) = 187+133+111=431 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.39% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 111 (43.75% from 255 or 25.75% from 431); Max value from RGB is 187 - color contains mainly: red. Hex color #BB856F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB856F is #447A90. Grayscale: #929292. Windows color (decimal): -4487825 or 7308731. OLE color: 7308731.

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

Color convert

RGB 187 133 111 -
CMYK 0 0.29 0.41 0.27
HSL 17.37º 0.36% 0.58% -
HSV(B) 17.37º 0.41% 0.73% -
XYZ 31.75 28.49 18.86 -
YUV 146.64 107.89 156.79 -
System Red Green Blue C M Y K H S L
Decimal 187 133 111 0 0.29 0.41 0.27 17.37 0.36 0.58
Hex BB 85 6F 0 1D 29 1B 11 24 3A
Octal 273 205 157 0 35 51 33 21 44 72
Binary 10111011 10000101 1101111 0 11101 101001 11011 10001 100100 111010

Color Harmonies of #BB856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB856F

Black with #BB856F

Text Example


Text Example

White with #BB856F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB856F; }

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

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

background-color css

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

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

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

border-color css

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

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

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