#B98269

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

Shades of Brandy Rose #B98269

Tints of Brandy Rose #B98269

Color information

#B98269 (or 0xB98269) is unknown color: approx Brandy Rose. HEX triplet: B9, 82 and 69. RGB value is (185,130,105). Sum of RGB (Red+Green+Blue) = 185+130+105=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 185 - color contains mainly: red. Hex color #B98269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98269 is #467D96. Grayscale: #8F8F8F. Windows color (decimal): -4619671 or 6914745. OLE color: 6914745.

HSL color Cylindrical-coordinate representation of color #B98269: hue angle of 18.75º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B98269 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB185130105-
CMYK00.300.430.27
HSL18.75º36.36%56.86%-
HSV(B)18.75º43.24%72.55%-
XYZ30.5427.317.02-
YUV143.6106.22157.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.05%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 105 (41.41% from 255) = 25%
R=44.05%
G=30.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513010500.300.430.2718.7536.3656.86
HexB9826901E2B1B132439
Octal2712021510365333234471
Binary101110011000001011010010111101010111101110011100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98269; }

 p { color: rgb(185,130,105); }

 H1.HeaderClassName
 {
   color: #B98269;
 }
 .AnyTagClassName
 {
   color: #B98269;
 }
</style>
background-color css

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

 a { background-color: rgb(185,130,105); }

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

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

 span { border-color: rgb(185,130,105); }

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