#B68373

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

Shades of Brandy Rose #B68373

Tints of Brandy Rose #B68373

Color information

#B68373 (or 0xB68373) is unknown color: approx Brandy Rose. HEX triplet: B6, 83 and 73. RGB value is (182,131,115). Sum of RGB (Red+Green+Blue) = 182+131+115=428 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.52% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 182 - color contains mainly: red. Hex color #B68373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68373 is #497C8C. Grayscale: #909090. Windows color (decimal): -4816013 or 7570358. OLE color: 7570358.

HSL color Cylindrical-coordinate representation of color #B68373: hue angle of 14.33º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68373 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182131115-
CMYK00.280.370.29
HSL14.33º31.46%58.24%-
HSV(B)14.33º36.81%71.37%-
XYZ30.527.4219.9-
YUV144.43111.4154.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.52%
GREEN value IS 131 (51.56% from 255) = 30.61%
BLUE value IS 115 (45.31% from 255) = 26.87%
R=42.52%
G=30.61%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213111500.280.370.2914.3331.4658.24
HexB6837301C251De1f3a
Octal2662031630344535163772
Binary1011011010000011111001101110010010111101111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68373; }

 p { color: rgb(182,131,115); }

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

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

 a { background-color: rgb(182,131,115); }

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

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

 span { border-color: rgb(182,131,115); }

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