Html Css Color HEX #B29090 Rosy Brown

📋 copy color: '#B29090'

red 178 ◦ green 144 ◦ blue 144

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

Shades of Rosy Brown #B29090

Tints of Rosy Brown #B29090

RGB

 RED value IS 178 (69.92% from 255) = 38.2%

 GREEN value IS 144 (56.64% from 255) = 30.9%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 38.2%
G = 30.9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B29090 (or 0xB29090) is known color: Rosy Brown. HEX triplet: B2, 90 and 90. RGB value is (178,144,144). Sum of RGB (Red+Green+Blue) = 178+144+144=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B29090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B29090 is #4D6F6F. Grayscale: #9A9A9A. Windows color (decimal): -5074800 or 9474226. OLE color: 9474226.

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

Color convert

RGB 178 144 144 -
CMYK 0 0.19 0.19 0.30
HSL 0.18% 0.63% -
HSV(B) 0.19% 0.7% -
XYZ 33.37 31.43 30.69 -
YUV 154.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 178 144 144 0 0.19 0.19 0.30 0 0.18 0.63
Hex B2 90 90 0 13 13 1E 0 12 3F
Octal 262 220 220 0 23 23 36 0 22 77
Binary 10110010 10010000 10010000 0 10011 10011 11110 0 10010 111111

Color Harmonies of #B29090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29090

Black with #B29090

Text Example


Text Example

White with #B29090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29090; }

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

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

background-color css

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

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

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

border-color css

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

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

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