Html Css Color HEX #B9807A Brandy Rose

📋 copy color: '#B9807A'

red 185 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #B9807A

Tints of Brandy Rose #B9807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.43%

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

R = 42.53%
G = 29.43%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B9807A (or 0xB9807A) is known color: Brandy Rose. HEX triplet: B9, 80 and 7A. RGB value is (185,128,122). Sum of RGB (Red+Green+Blue) = 185+128+122=435 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.53% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 185 - color contains mainly: red. Hex color #B9807A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9807A is #467F85. Grayscale: #909090. Windows color (decimal): -4620166 or 8028345. OLE color: 8028345.

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

Color convert

RGB 185 128 122 -
CMYK 0 0.31 0.34 0.27
HSL 5.71º 0.31% 0.6% -
HSV(B) 5.71º 0.34% 0.73% -
XYZ 31.24 27.16 22.01 -
YUV 144.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 185 128 122 0 0.31 0.34 0.27 5.71 0.31 0.6
Hex B9 80 7A 0 1F 22 1B 6 1F 3C
Octal 271 200 172 0 37 42 33 6 37 74
Binary 10111001 10000000 1111010 0 11111 100010 11011 110 11111 111100

Color Harmonies of #B9807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9807A

Black with #B9807A

Text Example


Text Example

White with #B9807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9807A; }

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

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

background-color css

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

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

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

border-color css

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

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

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