#B67A6F

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

Shades of Brandy Rose #B67A6F

Tints of Brandy Rose #B67A6F

Color information

#B67A6F (or 0xB67A6F) is unknown color: approx Brandy Rose. HEX triplet: B6, 7A and 6F. RGB value is (182,122,111). Sum of RGB (Red+Green+Blue) = 182+122+111=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67A6F is #498590. Grayscale: #8A8A8A. Windows color (decimal): -4818321 or 7305910. OLE color: 7305910.

HSL color Cylindrical-coordinate representation of color #B67A6F: hue angle of 9.3º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B67A6F is Cyan = 0, Magento = 0.33, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB182122111-
CMYK00.330.390.29
HSL9.3º32.72%57.45%-
HSV(B)9.3º39.01%71.37%-
XYZ29.1225.0118.33-
YUV138.69112.38158.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.86%
GREEN value IS 122 (48.05% from 255) = 29.40%
BLUE value IS 111 (43.75% from 255) = 26.75%
R=43.86%
G=29.40%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212211100.330.390.299.332.7257.45
HexB67A6F021271D92139
Octal2661721570414735114171
Binary10110110111101011011110100001100111111011001100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67A6F; }

 p { color: rgb(182,122,111); }

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

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

 a { background-color: rgb(182,122,111); }

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

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

 span { border-color: rgb(182,122,111); }

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