#B08683

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

Shades of Brandy Rose #B08683

Tints of Brandy Rose #B08683

Color information

#B08683 (or 0xB08683) is unknown color: approx Brandy Rose. HEX triplet: B0, 86 and 83. RGB value is (176,134,131). Sum of RGB (Red+Green+Blue) = 176+134+131=441 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.91% from 441); Green value is 134 (52.73% from 255 or 30.39% from 441); Blue value is 131 (51.56% from 255 or 29.71% from 441); Max value from RGB is 176 - color contains mainly: red. Hex color #B08683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08683 is #4F797C. Grayscale: #929292. Windows color (decimal): -5208445 or 8619696. OLE color: 8619696.

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

Color convert

RGB176134131-
CMYK00.240.260.31
HSL22.17%60.2%-
HSV(B)25.57%69.02%-
XYZ30.5327.9225.25-
YUV146.22119.41149.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.91%
GREEN value IS 134 (52.73% from 255) = 30.39%
BLUE value IS 131 (51.56% from 255) = 29.71%
R=39.91%
G=30.39%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17613413100.240.260.31422.1760.2
HexB086830181A1F4163c
Octal260206203030323742674
Binary101100001000011010000011011000110101111110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B08683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B08683; }

 p { color: rgb(176,134,131); }

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

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

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

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

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

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

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