Html Css Color HEX #B9807E Brandy Rose

📋 copy color: '#B9807E'

red 185 ◦ green 128 ◦ blue 126

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

Shades of Brandy Rose #B9807E

Tints of Brandy Rose #B9807E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.7%

R = 42.14%
G = 29.16%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9807E (or 0xB9807E) is known color: Brandy Rose. HEX triplet: B9, 80 and 7E. RGB value is (185,128,126). Sum of RGB (Red+Green+Blue) = 185+128+126=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 185 - color contains mainly: red. Hex color #B9807E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9807E is #467F81. Grayscale: #909090. Windows color (decimal): -4620162 or 8290489. OLE color: 8290489.

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

Color convert

RGB 185 128 126 -
CMYK 0 0.31 0.32 0.27
HSL 2.03º 0.3% 0.61% -
HSV(B) 2.03º 0.32% 0.73% -
XYZ 31.49 27.26 23.34 -
YUV 144.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 185 128 126 0 0.31 0.32 0.27 2.03 0.3 0.61
Hex B9 80 7E 0 1F 20 1B 2 1E 3D
Octal 271 200 176 0 37 40 33 2 36 75
Binary 10111001 10000000 1111110 0 11111 100000 11011 10 11110 111101

Color Harmonies of #B9807E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9807E

Black with #B9807E

Text Example


Text Example

White with #B9807E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9807E; }

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

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

background-color css

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

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

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

border-color css

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

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

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