Html Css Color HEX #B4918D Thatch

📋 copy color: '#B4918D'

red 180 ◦ green 145 ◦ blue 141

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

Shades of Thatch #B4918D

Tints of Thatch #B4918D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.12%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 38.63%
G = 31.12%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4918D (or 0xB4918D) is known color: Thatch. HEX triplet: B4, 91 and 8D. RGB value is (180,145,141). Sum of RGB (Red+Green+Blue) = 180+145+141=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 145 (57.03% from 255 or 31.12% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B4918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4918D is #4B6E72. Grayscale: #9B9B9B. Windows color (decimal): -4943475 or 9277876. OLE color: 9277876.

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

Color convert

RGB 180 145 141 -
CMYK 0 0.19 0.22 0.29
HSL 6.15º 0.21% 0.63% -
HSV(B) 6.15º 0.22% 0.71% -
XYZ 33.76 31.88 29.57 -
YUV 155.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 180 145 141 0 0.19 0.22 0.29 6.15 0.21 0.63
Hex B4 91 8D 0 13 16 1D 6 15 3F
Octal 264 221 215 0 23 26 35 6 25 77
Binary 10110100 10010001 10001101 0 10011 10110 11101 110 10101 111111

Color Harmonies of #B4918D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4918D

Black with #B4918D

Text Example


Text Example

White with #B4918D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4918D; }

 p { color: rgb(180,145,141); }

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

background-color css

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

 a { background-color: rgb(180,145,141); }

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

border-color css

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

 span { border-color: rgb(180,145,141); }

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