Html Css Color HEX #B8908E Rosy Brown

📋 copy color: '#B8908E'

red 184 ◦ green 144 ◦ blue 142

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

Shades of Rosy Brown #B8908E

Tints of Rosy Brown #B8908E

RGB

 RED value IS 184 (72.27% from 255) = 39.15%

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

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

R = 39.15%
G = 30.64%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8908E (or 0xB8908E) is known color: Rosy Brown. HEX triplet: B8, 90 and 8E. RGB value is (184,144,142). Sum of RGB (Red+Green+Blue) = 184+144+142=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8908E is #476F71. Grayscale: #9B9B9B. Windows color (decimal): -4681586 or 9343160. OLE color: 9343160.

HSL color Cylindrical-coordinate representation of color #B8908E: hue angle of 2.86º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8908E is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 144 142 -
CMYK 0 0.22 0.23 0.28
HSL 2.86º 0.23% 0.64% -
HSV(B) 2.86º 0.23% 0.72% -
XYZ 34.62 32.09 29.96 -
YUV 155.73 120.25 148.16 -
System Red Green Blue C M Y K H S L
Decimal 184 144 142 0 0.22 0.23 0.28 2.86 0.23 0.64
Hex B8 90 8E 0 16 17 1C 3 17 40
Octal 270 220 216 0 26 27 34 3 27 100
Binary 10111000 10010000 10001110 0 10110 10111 11100 11 10111 1000000

Color Harmonies of #B8908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8908E

Black with #B8908E

Text Example


Text Example

White with #B8908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8908E; }

 p { color: rgb(184,144,142); }

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

background-color css

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

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

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

border-color css

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

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

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