#B3817A

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

Shades of Brandy Rose #B3817A

Tints of Brandy Rose #B3817A

Color information

#B3817A (or 0xB3817A) is unknown color: approx Brandy Rose. HEX triplet: B3, 81 and 7A. RGB value is (179,129,122). Sum of RGB (Red+Green+Blue) = 179+129+122=430 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.63% from 430); Green value is 129 (50.78% from 255 or 30% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 179 - color contains mainly: red. Hex color #B3817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3817A is #4C7E85. Grayscale: #8F8F8F. Windows color (decimal): -5013126 or 8028595. OLE color: 8028595.

HSL color Cylindrical-coordinate representation of color #B3817A: hue angle of 7.37º 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 #B3817A is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB179129122-
CMYK00.280.320.30
HSL7.37º27.27%59.02%-
HSV(B)7.37º31.84%70.2%-
XYZ29.9526.6921.99-
YUV143.15116.06153.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.63%
GREEN value IS 129 (50.78% from 255) = 30%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=41.63%
G=30%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912912200.280.320.307.3727.2759.02
HexB3817A01C201E71b3b
Octal263201172034403673373
Binary101100111000000111110100111001000001111011111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3817A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3817A; }

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

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

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

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

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

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

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

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