#B08A7A

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

Shades of Brandy Rose #B08A7A

Tints of Brandy Rose #B08A7A

Color information

#B08A7A (or 0xB08A7A) is unknown color: approx Brandy Rose. HEX triplet: B0, 8A and 7A. RGB value is (176,138,122). Sum of RGB (Red+Green+Blue) = 176+138+122=436 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.37% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08A7A is #4F7585. Grayscale: #939393. Windows color (decimal): -5207430 or 8030896. OLE color: 8030896.

HSL color Cylindrical-coordinate representation of color #B08A7A: hue angle of 17.78º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08A7A is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB176138122-
CMYK00.220.310.31
HSL17.78º25.47%58.43%-
HSV(B)17.78º30.68%69.02%-
XYZ30.5128.8122.37-
YUV147.54113.59148.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.37%
GREEN value IS 138 (54.30% from 255) = 31.65%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=40.37%
G=31.65%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613812200.220.310.3117.7825.4758.43
HexB08A7A0161F1F12193a
Octal2602121720263737223172
Binary1011000010001010111101001011011111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08A7A; }

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

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

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

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

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

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

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

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