#B98A7A

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

Shades of Brandy Rose #B98A7A

Tints of Brandy Rose #B98A7A

Color information

#B98A7A (or 0xB98A7A) is unknown color: approx Brandy Rose. HEX triplet: B9, 8A and 7A. RGB value is (185,138,122). Sum of RGB (Red+Green+Blue) = 185+138+122=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 138 (54.30% from 255 or 31.01% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 185 - color contains mainly: red. Hex color #B98A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B98A7A is #467585. Grayscale: #969696. Windows color (decimal): -4617606 or 8030905. OLE color: 8030905.

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

Color convert

RGB185138122-
CMYK00.250.340.27
HSL15.24º31.03%60.2%-
HSV(B)15.24º34.05%72.55%-
XYZ32.6129.922.46-
YUV150.23112.07152.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.57%
GREEN value IS 138 (54.30% from 255) = 31.01%
BLUE value IS 122 (48.05% from 255) = 27.42%
R=41.57%
G=31.01%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513812200.250.340.2715.2431.0360.2
HexB98A7A019221Bf1f3c
Octal2712121720314233173774
Binary1011100110001010111101001100110001011011111111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B98A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B98A7A; }

 p { color: rgb(185,138,122); }

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

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

 a { background-color: rgb(185,138,122); }

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

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

 span { border-color: rgb(185,138,122); }

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