#B38C7A

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

Shades of Brandy Rose #B38C7A

Tints of Brandy Rose #B38C7A

Color information

#B38C7A (or 0xB38C7A) is unknown color: approx Brandy Rose. HEX triplet: B3, 8C and 7A. RGB value is (179,140,122). Sum of RGB (Red+Green+Blue) = 179+140+122=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 179 - color contains mainly: red. Hex color #B38C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38C7A is #4C7385. Grayscale: #959595. Windows color (decimal): -5010310 or 8031411. OLE color: 8031411.

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

Color convert

RGB179140122-
CMYK00.220.320.30
HSL18.95º27.27%59.02%-
HSV(B)18.95º31.84%70.2%-
XYZ31.4829.7522.49-
YUV149.61112.42148.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.59%
GREEN value IS 140 (55.08% from 255) = 31.75%
BLUE value IS 122 (48.05% from 255) = 27.66%
R=40.59%
G=31.75%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914012200.220.320.3018.9527.2759.02
HexB38C7A016201E131b3b
Octal2632141720264036233373
Binary10110011100011001111010010110100000111101001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38C7A; }

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

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

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

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

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

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

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

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