#B67D7B

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

Shades of Brandy Rose #B67D7B

Tints of Brandy Rose #B67D7B

Color information

#B67D7B (or 0xB67D7B) is unknown color: approx Brandy Rose. HEX triplet: B6, 7D and 7B. RGB value is (182,125,123). Sum of RGB (Red+Green+Blue) = 182+125+123=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 125 (49.22% from 255 or 29.07% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 182 - color contains mainly: red. Hex color #B67D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67D7B is #498284. Grayscale: #8D8D8D. Windows color (decimal): -4817541 or 8093110. OLE color: 8093110.

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

Color convert

RGB182125123-
CMYK00.310.320.29
HSL2.03º28.78%59.8%-
HSV(B)2.03º32.42%71.37%-
XYZ30.226.0422.17-
YUV141.82117.38156.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 125 (49.22% from 255) = 29.07%
BLUE value IS 123 (48.44% from 255) = 28.60%
R=42.33%
G=29.07%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212512300.310.320.292.0328.7859.8
HexB67D7B01F201D21d3c
Octal266175173037403523574
Binary1011011011111011111011011111100000111011011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67D7B; }

 p { color: rgb(182,125,123); }

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

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

 a { background-color: rgb(182,125,123); }

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

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

 span { border-color: rgb(182,125,123); }

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