#B98F7F

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

Shades of Brandy Rose #B98F7F

Tints of Brandy Rose #B98F7F

Color information

#B98F7F (or 0xB98F7F) is unknown color: approx Brandy Rose. HEX triplet: B9, 8F and 7F. RGB value is (185,143,127). Sum of RGB (Red+Green+Blue) = 185+143+127=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 127 (50% from 255 or 27.91% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B98F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98F7F is #467080. Grayscale: #999999. Windows color (decimal): -4616321 or 8359865. OLE color: 8359865.

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

Color convert

RGB185143127-
CMYK00.230.310.27
HSL16.55º29.29%61.18%-
HSV(B)16.55º31.35%72.55%-
XYZ33.6631.4924.38-
YUV153.73112.91150.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 143 (56.25% from 255) = 31.43%
BLUE value IS 127 (50% from 255) = 27.91%
R=40.66%
G=31.43%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18514312700.230.310.2716.5529.2961.18
HexB98F7F0171F1B111d3d
Octal2712171770273733213575
Binary1011100110001111111111101011111111110111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98F7F; }

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

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

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

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

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

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

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

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