#B68974

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

Shades of Brandy Rose #B68974

Tints of Brandy Rose #B68974

Color information

#B68974 (or 0xB68974) is unknown color: approx Brandy Rose. HEX triplet: B6, 89 and 74. RGB value is (182,137,116). Sum of RGB (Red+Green+Blue) = 182+137+116=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B68974 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68974 is #49768B. Grayscale: #949494. Windows color (decimal): -4814476 or 7637430. OLE color: 7637430.

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

Color convert

RGB182137116-
CMYK00.250.360.29
HSL19.09º31.13%58.43%-
HSV(B)19.09º36.26%71.37%-
XYZ31.3929.120.48-
YUV148.06109.91152.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=41.84%
G=31.49%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213711600.250.360.2919.0931.1358.43
HexB68974019241D131f3a
Octal2662111640314435233772
Binary10110110100010011110100011001100100111011001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68974; }

 p { color: rgb(182,137,116); }

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

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

 a { background-color: rgb(182,137,116); }

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

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

 span { border-color: rgb(182,137,116); }

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