#B67B6A

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

Shades of Brandy Rose #B67B6A

Tints of Brandy Rose #B67B6A

Color information

#B67B6A (or 0xB67B6A) is unknown color: approx Brandy Rose. HEX triplet: B6, 7B and 6A. RGB value is (182,123,106). Sum of RGB (Red+Green+Blue) = 182+123+106=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 106 (41.80% from 255 or 25.79% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B6A is #498495. Grayscale: #8A8A8A. Windows color (decimal): -4818070 or 6978486. OLE color: 6978486.

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

Color convert

RGB182123106-
CMYK00.320.420.29
HSL13.42º34.23%56.47%-
HSV(B)13.42º41.76%71.37%-
XYZ28.9825.1516.96-
YUV138.7109.55158.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.28%
GREEN value IS 123 (48.44% from 255) = 29.93%
BLUE value IS 106 (41.80% from 255) = 25.79%
R=44.28%
G=29.93%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212310600.320.420.2913.4234.2356.47
HexB67B6A0202A1Dd2238
Octal2661731520405235154270
Binary10110110111101111010100100000101010111011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67B6A; }

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

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

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

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

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

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

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

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