#B68A7E

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

Shades of Brandy Rose #B68A7E

Tints of Brandy Rose #B68A7E

Color information

#B68A7E (or 0xB68A7E) is unknown color: approx Brandy Rose. HEX triplet: B6, 8A and 7E. RGB value is (182,138,126). Sum of RGB (Red+Green+Blue) = 182+138+126=446 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.81% from 446); Green value is 138 (54.30% from 255 or 30.94% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 182 - color contains mainly: red. Hex color #B68A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68A7E is #497581. Grayscale: #959595. Windows color (decimal): -4814210 or 8293046. OLE color: 8293046.

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

Color convert

RGB182138126-
CMYK00.240.310.29
HSL12.86º27.72%60.39%-
HSV(B)12.86º30.77%71.37%-
XYZ32.1529.6323.76-
YUV149.79114.58150.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.81%
GREEN value IS 138 (54.30% from 255) = 30.94%
BLUE value IS 126 (49.61% from 255) = 28.25%
R=40.81%
G=30.94%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18213812600.240.310.2912.8627.7260.39
HexB68A7E0181F1Dd1c3c
Octal2662121760303735153474
Binary101101101000101011111100110001111111101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68A7E; }

 p { color: rgb(182,138,126); }

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

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

 a { background-color: rgb(182,138,126); }

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

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

 span { border-color: rgb(182,138,126); }

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