Html Css Color HEX #B9867C Brandy Rose

📋 copy color: '#B9867C'

red 185 ◦ green 134 ◦ blue 124

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

Shades of Brandy Rose #B9867C

Tints of Brandy Rose #B9867C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.99%

R = 41.76%
G = 30.25%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9867C (or 0xB9867C) is known color: Brandy Rose. HEX triplet: B9, 86 and 7C. RGB value is (185,134,124). Sum of RGB (Red+Green+Blue) = 185+134+124=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 134 (52.73% from 255 or 30.25% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 185 - color contains mainly: red. Hex color #B9867C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9867C is #467983. Grayscale: #949494. Windows color (decimal): -4618628 or 8160953. OLE color: 8160953.

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

Color convert

RGB 185 134 124 -
CMYK 0 0.28 0.33 0.27
HSL 9.84º 0.3% 0.61% -
HSV(B) 9.84º 0.33% 0.73% -
XYZ 32.17 28.82 22.94 -
YUV 148.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 185 134 124 0 0.28 0.33 0.27 9.84 0.3 0.61
Hex B9 86 7C 0 1C 21 1B A 1E 3D
Octal 271 206 174 0 34 41 33 12 36 75
Binary 10111001 10000110 1111100 0 11100 100001 11011 1010 11110 111101

Color Harmonies of #B9867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9867C

Black with #B9867C

Text Example


Text Example

White with #B9867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9867C; }

 p { color: rgb(185,134,124); }

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

background-color css

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

 a { background-color: rgb(185,134,124); }

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

border-color css

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

 span { border-color: rgb(185,134,124); }

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