Html Css Color HEX #B9807C Brandy Rose

📋 copy color: '#B9807C'

red 185 ◦ green 128 ◦ blue 124

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

Shades of Brandy Rose #B9807C

Tints of Brandy Rose #B9807C

RGB

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

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

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

R = 42.33%
G = 29.29%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B9807C (or 0xB9807C) is known color: Brandy Rose. HEX triplet: B9, 80 and 7C. RGB value is (185,128,124). Sum of RGB (Red+Green+Blue) = 185+128+124=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 128 (50.39% from 255 or 29.29% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9807C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9807C is #467F83. Grayscale: #909090. Windows color (decimal): -4620164 or 8159417. OLE color: 8159417.

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

Color convert

RGB 185 128 124 -
CMYK 0 0.31 0.33 0.27
HSL 3.93º 0.3% 0.61% -
HSV(B) 3.93º 0.33% 0.73% -
XYZ 31.36 27.21 22.67 -
YUV 144.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 185 128 124 0 0.31 0.33 0.27 3.93 0.3 0.61
Hex B9 80 7C 0 1F 21 1B 4 1E 3D
Octal 271 200 174 0 37 41 33 4 36 75
Binary 10111001 10000000 1111100 0 11111 100001 11011 100 11110 111101

Color Harmonies of #B9807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9807C

Black with #B9807C

Text Example


Text Example

White with #B9807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9807C; }

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

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

background-color css

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

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

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

border-color css

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

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

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