Html Css Color HEX #B9807F Brandy Rose

📋 copy color: '#B9807F'

red 185 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #B9807F

Tints of Brandy Rose #B9807F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.86%

R = 42.05%
G = 29.09%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B9807F (or 0xB9807F) is known color: Brandy Rose. HEX triplet: B9, 80 and 7F. RGB value is (185,128,127). Sum of RGB (Red+Green+Blue) = 185+128+127=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 185 - color contains mainly: red. Hex color #B9807F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9807F is #467F80. Grayscale: #909090. Windows color (decimal): -4620161 or 8356025. OLE color: 8356025.

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

Color convert

RGB 185 128 127 -
CMYK 0 0.31 0.31 0.27
HSL 1.03º 0.29% 0.61% -
HSV(B) 1.03º 0.31% 0.73% -
XYZ 31.56 27.28 23.68 -
YUV 144.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 185 128 127 0 0.31 0.31 0.27 1.03 0.29 0.61
Hex B9 80 7F 0 1F 1F 1B 1 1D 3D
Octal 271 200 177 0 37 37 33 1 35 75
Binary 10111001 10000000 1111111 0 11111 11111 11011 1 11101 111101

Color Harmonies of #B9807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9807F

Black with #B9807F

Text Example


Text Example

White with #B9807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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