Html Css Color HEX #B1908C Thatch

📋 copy color: '#B1908C'

red 177 ◦ green 144 ◦ blue 140

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

Shades of Thatch #B1908C

Tints of Thatch #B1908C

RGB

 RED value IS 177 (69.53% from 255) = 38.39%

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

 BLUE value IS 140 (55.08% from 255) = 30.37%

R = 38.39%
G = 31.24%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1908C (or 0xB1908C) is known color: Thatch. HEX triplet: B1, 90 and 8C. RGB value is (177,144,140). Sum of RGB (Red+Green+Blue) = 177+144+140=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 177 - color contains mainly: red. Hex color #B1908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1908C is #4E6F73. Grayscale: #999999. Windows color (decimal): -5140340 or 9212081. OLE color: 9212081.

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

Color convert

RGB 177 144 140 -
CMYK 0 0.19 0.21 0.31
HSL 6.49º 0.19% 0.62% -
HSV(B) 6.49º 0.21% 0.69% -
XYZ 32.84 31.19 29.1 -
YUV 153.41 120.43 144.83 -
System Red Green Blue C M Y K H S L
Decimal 177 144 140 0 0.19 0.21 0.31 6.49 0.19 0.62
Hex B1 90 8C 0 13 15 1F 6 13 3E
Octal 261 220 214 0 23 25 37 6 23 76
Binary 10110001 10010000 10001100 0 10011 10101 11111 110 10011 111110

Color Harmonies of #B1908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1908C

Black with #B1908C

Text Example


Text Example

White with #B1908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1908C; }

 p { color: rgb(177,144,140); }

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

background-color css

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

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

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

border-color css

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

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

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