Html Css Color HEX #B8918A Thatch

📋 copy color: '#B8918A'

red 184 ◦ green 145 ◦ blue 138

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

Shades of Thatch #B8918A

Tints of Thatch #B8918A

RGB

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

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

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

R = 39.4%
G = 31.05%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8918A (or 0xB8918A) is known color: Thatch. HEX triplet: B8, 91 and 8A. RGB value is (184,145,138). Sum of RGB (Red+Green+Blue) = 184+145+138=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 145 (57.03% from 255 or 31.05% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B8918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8918A is #476E75. Grayscale: #9B9B9B. Windows color (decimal): -4681334 or 9081272. OLE color: 9081272.

HSL color Cylindrical-coordinate representation of color #B8918A: hue angle of 9.13º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8918A is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 145 138 -
CMYK 0 0.21 0.25 0.28
HSL 9.13º 0.24% 0.63% -
HSV(B) 9.13º 0.25% 0.72% -
XYZ 34.48 32.28 28.46 -
YUV 155.86 117.92 148.07 -
System Red Green Blue C M Y K H S L
Decimal 184 145 138 0 0.21 0.25 0.28 9.13 0.24 0.63
Hex B8 91 8A 0 15 19 1C 9 18 3F
Octal 270 221 212 0 25 31 34 11 30 77
Binary 10111000 10010001 10001010 0 10101 11001 11100 1001 11000 111111

Color Harmonies of #B8918A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8918A

Black with #B8918A

Text Example


Text Example

White with #B8918A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8918A; }

 p { color: rgb(184,145,138); }

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

background-color css

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

 a { background-color: rgb(184,145,138); }

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

border-color css

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

 span { border-color: rgb(184,145,138); }

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