#B28383

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

Shades of Brandy Rose #B28383

Tints of Brandy Rose #B28383

Color information

#B28383 (or 0xB28383) is unknown color: approx Brandy Rose. HEX triplet: B2, 83 and 83. RGB value is (178,131,131). Sum of RGB (Red+Green+Blue) = 178+131+131=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 131 (51.56% from 255 or 29.77% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 178 - color contains mainly: red. Hex color #B28383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B28383 is #4D7C7C. Grayscale: #919191. Windows color (decimal): -5078141 or 8618930. OLE color: 8618930.

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

Color convert

RGB178131131-
CMYK00.260.260.30
HSL23.38%60.59%-
HSV(B)26.4%69.8%-
XYZ30.5727.3425.14-
YUV145.05120.07151.5-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 40.45%
GREEN value IS 131 (51.56% from 255) = 29.77%
BLUE value IS 131 (51.56% from 255) = 29.77%
R=40.45%
G=29.77%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17813113100.260.260.30023.3860.59
HexB2838301A1A1E0173d
Octal262203203032323602775
Binary1011001010000011100000110110101101011110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B28383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B28383; }

 p { color: rgb(178,131,131); }

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

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

 a { background-color: rgb(178,131,131); }

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

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

 span { border-color: rgb(178,131,131); }

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