#B38F82

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

Shades of Brandy Rose #B38F82

Tints of Brandy Rose #B38F82

Color information

#B38F82 (or 0xB38F82) is unknown color: approx Brandy Rose. HEX triplet: B3, 8F and 82. RGB value is (179,143,130). Sum of RGB (Red+Green+Blue) = 179+143+130=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 143 (56.25% from 255 or 31.64% from 452); Blue value is 130 (51.17% from 255 or 28.76% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B38F82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B38F82 is #4C707D. Grayscale: #989898. Windows color (decimal): -5009534 or 8556467. OLE color: 8556467.

HSL color Cylindrical-coordinate representation of color #B38F82: hue angle of 15.92º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B38F82 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB179143130-
CMYK00.200.270.30
HSL15.92º24.38%60.59%-
HSV(B)15.92º27.37%70.2%-
XYZ32.4430.8425.36-
YUV152.28115.43147.06-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 143 (56.25% from 255) = 31.64%
BLUE value IS 130 (51.17% from 255) = 28.76%
R=39.60%
G=31.64%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914313000.200.270.3015.9224.3860.59
HexB38F820141B1E10183d
Octal2632172020243336203075
Binary10110011100011111000001001010011011111101000011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38F82; }

 p { color: rgb(179,143,130); }

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

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

 a { background-color: rgb(179,143,130); }

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

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

 span { border-color: rgb(179,143,130); }

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