Html Css Color HEX #B9867A Brandy Rose

📋 copy color: '#B9867A'

red 185 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #B9867A

Tints of Brandy Rose #B9867A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.66%

R = 41.95%
G = 30.39%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9867A (or 0xB9867A) is known color: Brandy Rose. HEX triplet: B9, 86 and 7A. RGB value is (185,134,122). Sum of RGB (Red+Green+Blue) = 185+134+122=441 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.95% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 185 - color contains mainly: red. Hex color #B9867A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9867A is #467985. Grayscale: #939393. Windows color (decimal): -4618630 or 8029881. OLE color: 8029881.

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

Color convert

RGB 185 134 122 -
CMYK 0 0.28 0.34 0.27
HSL 11.43º 0.31% 0.6% -
HSV(B) 11.43º 0.34% 0.73% -
XYZ 32.05 28.77 22.28 -
YUV 147.88 113.4 154.48 -
System Red Green Blue C M Y K H S L
Decimal 185 134 122 0 0.28 0.34 0.27 11.43 0.31 0.6
Hex B9 86 7A 0 1C 22 1B B 1F 3C
Octal 271 206 172 0 34 42 33 13 37 74
Binary 10111001 10000110 1111010 0 11100 100010 11011 1011 11111 111100

Color Harmonies of #B9867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9867A

Black with #B9867A

Text Example


Text Example

White with #B9867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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