Html Css Color HEX #B08E83 Brandy Rose

📋 copy color: '#B08E83'

red 176 ◦ green 142 ◦ blue 131

#B08E83
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brandy Rose #B08E83

Tints of Brandy Rose #B08E83

RGB

 RED value IS 176 (69.14% from 255) = 39.2%

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 131 (51.56% from 255) = 29.18%

R = 39.2%
G = 31.63%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B08E83 (or 0xB08E83) is known color: Brandy Rose. HEX triplet: B0, 8E and 83. RGB value is (176,142,131). Sum of RGB (Red+Green+Blue) = 176+142+131=449 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.20% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E83 is #4F717C. Grayscale: #969696. Windows color (decimal): -5206397 or 8621744. OLE color: 8621744.

HSL color Cylindrical-coordinate representation of color #B08E83: hue angle of 14.67º 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 #B08E83 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 142 131 -
CMYK 0 0.19 0.26 0.31
HSL 14.67º 0.22% 0.6% -
HSV(B) 14.67º 0.26% 0.69% -
XYZ 31.67 30.21 25.64 -
YUV 150.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 176 142 131 0 0.19 0.26 0.31 14.67 0.22 0.6
Hex B0 8E 83 0 13 1A 1F F 16 3C
Octal 260 216 203 0 23 32 37 17 26 74
Binary 10110000 10001110 10000011 0 10011 11010 11111 1111 10110 111100

Color Harmonies of #B08E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E83

Black with #B08E83

Text Example


Text Example

White with #B08E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E83; }

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

 H1.HeaderClassName
 {
   color: #B08E83;
 }
 .AnyTagClassName
 {
   color: #B08E83;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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