Html Css Color HEX #B08E8E Rosy Brown

📋 copy color: '#B08E8E'

red 176 ◦ green 142 ◦ blue 142

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

Shades of Rosy Brown #B08E8E

Tints of Rosy Brown #B08E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 38.26%
G = 30.87%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B08E8E (or 0xB08E8E) is known color: Rosy Brown. HEX triplet: B0, 8E and 8E. RGB value is (176,142,142). Sum of RGB (Red+Green+Blue) = 176+142+142=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B08E8E is #4F7171. Grayscale: #989898. Windows color (decimal): -5206386 or 9342640. OLE color: 9342640.

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

Color convert

RGB 176 142 142 -
CMYK 0 0.19 0.19 0.31
HSL 0.18% 0.62% -
HSV(B) 0.19% 0.69% -
XYZ 32.46 30.53 29.77 -
YUV 152.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 176 142 142 0 0.19 0.19 0.31 0 0.18 0.62
Hex B0 8E 8E 0 13 13 1F 0 12 3E
Octal 260 216 216 0 23 23 37 0 22 76
Binary 10110000 10001110 10001110 0 10011 10011 11111 0 10010 111110

Color Harmonies of #B08E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E8E

Black with #B08E8E

Text Example


Text Example

White with #B08E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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