Html Css Color HEX #BB856A Brandy Rose

📋 copy color: '#BB856A'

red 187 ◦ green 133 ◦ blue 106

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

Shades of Brandy Rose #BB856A

Tints of Brandy Rose #BB856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.88%

R = 43.9%
G = 31.22%
B = 24.88%

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

#BB856A (or 0xBB856A) is known color: Brandy Rose. HEX triplet: BB, 85 and 6A. RGB value is (187,133,106). Sum of RGB (Red+Green+Blue) = 187+133+106=426 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.90% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 187 - color contains mainly: red. Hex color #BB856A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB856A is #447A95. Grayscale: #929292. Windows color (decimal): -4487830 or 6981051. OLE color: 6981051.

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

Color convert

RGB 187 133 106 -
CMYK 0 0.29 0.43 0.27
HSL 20º 0.37% 0.57% -
HSV(B) 20º 0.43% 0.73% -
XYZ 31.48 28.38 17.45 -
YUV 146.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 187 133 106 0 0.29 0.43 0.27 20 0.37 0.57
Hex BB 85 6A 0 1D 2B 1B 14 25 39
Octal 273 205 152 0 35 53 33 24 45 71
Binary 10111011 10000101 1101010 0 11101 101011 11011 10100 100101 111001

Color Harmonies of #BB856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB856A

Black with #BB856A

Text Example


Text Example

White with #BB856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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