#B38C7E

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

Shades of Brandy Rose #B38C7E

Tints of Brandy Rose #B38C7E

Color information

#B38C7E (or 0xB38C7E) is unknown color: approx Brandy Rose. HEX triplet: B3, 8C and 7E. RGB value is (179,140,126). Sum of RGB (Red+Green+Blue) = 179+140+126=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 126 (49.61% from 255 or 28.31% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C7E is #4C7381. Grayscale: #969696. Windows color (decimal): -5010306 or 8293555. OLE color: 8293555.

HSL color Cylindrical-coordinate representation of color #B38C7E: hue angle of 15.85º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B38C7E is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB179140126-
CMYK00.220.300.30
HSL15.85º25.85%59.8%-
HSV(B)15.85º29.61%70.2%-
XYZ31.7329.8523.83-
YUV150.06114.42148.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 126 (49.61% from 255) = 28.31%
R=40.22%
G=31.46%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914012600.220.300.3015.8525.8559.8
HexB38C7E0161E1E101a3c
Octal2632141760263636203274
Binary1011001110001100111111001011011110111101000011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C7E; }

 p { color: rgb(179,140,126); }

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

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

 a { background-color: rgb(179,140,126); }

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

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

 span { border-color: rgb(179,140,126); }

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