Html Css Color HEX #B4908A Thatch

📋 copy color: '#B4908A'

red 180 ◦ green 144 ◦ blue 138

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

Shades of Thatch #B4908A

Tints of Thatch #B4908A

RGB

 RED value IS 180 (70.7% from 255) = 38.96%

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 38.96%
G = 31.17%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4908A (or 0xB4908A) is known color: Thatch. HEX triplet: B4, 90 and 8A. RGB value is (180,144,138). Sum of RGB (Red+Green+Blue) = 180+144+138=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B4908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4908A is #4B6F75. Grayscale: #9A9A9A. Windows color (decimal): -4943734 or 9081012. OLE color: 9081012.

HSL color Cylindrical-coordinate representation of color #B4908A: hue angle of 8.57º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4908A is Cyan = 0, Magento = 0.2, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 144 138 -
CMYK 0 0.2 0.23 0.29
HSL 8.57º 0.22% 0.62% -
HSV(B) 8.57º 0.23% 0.71% -
XYZ 33.38 31.48 28.36 -
YUV 154.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 180 144 138 0 0.2 0.23 0.29 8.57 0.22 0.62
Hex B4 90 8A 0 14 17 1D 9 16 3E
Octal 264 220 212 0 24 27 35 11 26 76
Binary 10110100 10010000 10001010 0 10100 10111 11101 1001 10110 111110

Color Harmonies of #B4908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4908A

Black with #B4908A

Text Example


Text Example

White with #B4908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4908A; }

 p { color: rgb(180,144,138); }

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

background-color css

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

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

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

border-color css

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

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

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