#B68072

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

Shades of Brandy Rose #B68072

Tints of Brandy Rose #B68072

Color information

#B68072 (or 0xB68072) is unknown color: approx Brandy Rose. HEX triplet: B6, 80 and 72. RGB value is (182,128,114). Sum of RGB (Red+Green+Blue) = 182+128+114=424 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.92% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 182 - color contains mainly: red. Hex color #B68072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68072 is #497F8D. Grayscale: #8E8E8E. Windows color (decimal): -4816782 or 7504054. OLE color: 7504054.

HSL color Cylindrical-coordinate representation of color #B68072: hue angle of 12.35º degrees, saturation: 0.32, 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 #B68072 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB182128114-
CMYK00.300.370.29
HSL12.35º31.78%58.04%-
HSV(B)12.35º37.36%71.37%-
XYZ30.0526.619.47-
YUV142.55111.89156.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.92%
GREEN value IS 128 (50.39% from 255) = 30.19%
BLUE value IS 114 (44.92% from 255) = 26.89%
R=42.92%
G=30.19%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212811400.300.370.2912.3531.7858.04
HexB6807201E251Dc203a
Octal2662001620364535144072
Binary10110110100000001110010011110100101111011100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68072; }

 p { color: rgb(182,128,114); }

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

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

 a { background-color: rgb(182,128,114); }

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

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

 span { border-color: rgb(182,128,114); }

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