#B9807F

Color #B9807F Brandy Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brandy Rose #B9807F

Tints of Brandy Rose #B9807F

Color information

#B9807F (or 0xB9807F) is unknown color: approx 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

RGB185128127-
CMYK00.310.310.27
HSL1.03º29.29%61.18%-
HSV(B)1.03º31.35%72.55%-
XYZ31.5627.2823.68-
YUV144.93117.88156.58-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512812700.310.310.271.0329.2961.18
HexB9807F01F1F1B11d3d
Octal271200177037373313575
Binary101110011000000011111110111111111111011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9807F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>