Html Css Color HEX #B9887B Brandy Rose

📋 copy color: '#B9887B'

red 185 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #B9887B

Tints of Brandy Rose #B9887B

RGB

 RED value IS 185 (72.66% from 255) = 41.67%

 GREEN value IS 136 (53.52% from 255) = 30.63%

 BLUE value IS 123 (48.44% from 255) = 27.7%

R = 41.67%
G = 30.63%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9887B (or 0xB9887B) is known color: Brandy Rose. HEX triplet: B9, 88 and 7B. RGB value is (185,136,123). Sum of RGB (Red+Green+Blue) = 185+136+123=444 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.67% from 444); Green value is 136 (53.52% from 255 or 30.63% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 185 - color contains mainly: red. Hex color #B9887B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9887B is #467784. Grayscale: #959595. Windows color (decimal): -4618117 or 8095929. OLE color: 8095929.

HSL color Cylindrical-coordinate representation of color #B9887B: hue angle of 12.58º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9887B is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 136 123 -
CMYK 0 0.26 0.34 0.27
HSL 12.58º 0.31% 0.6% -
HSV(B) 12.58º 0.34% 0.73% -
XYZ 32.39 29.35 22.7 -
YUV 149.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 185 136 123 0 0.26 0.34 0.27 12.58 0.31 0.6
Hex B9 88 7B 0 1A 22 1B D 1F 3C
Octal 271 210 173 0 32 42 33 15 37 74
Binary 10111001 10001000 1111011 0 11010 100010 11011 1101 11111 111100

Color Harmonies of #B9887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9887B

Black with #B9887B

Text Example


Text Example

White with #B9887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9887B; }

 p { color: rgb(185,136,123); }

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

background-color css

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

 a { background-color: rgb(185,136,123); }

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

border-color css

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

 span { border-color: rgb(185,136,123); }

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