Html Css Color HEX #B4928A Thatch

📋 copy color: '#B4928A'

red 180 ◦ green 146 ◦ blue 138

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

Shades of Thatch #B4928A

Tints of Thatch #B4928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 38.79%
G = 31.47%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B4928A (or 0xB4928A) is known color: Thatch. HEX triplet: B4, 92 and 8A. RGB value is (180,146,138). Sum of RGB (Red+Green+Blue) = 180+146+138=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4928A is #4B6D75. Grayscale: #9B9B9B. Windows color (decimal): -4943222 or 9081524. OLE color: 9081524.

HSL color Cylindrical-coordinate representation of color #B4928A: hue angle of 11.43º 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 #B4928A is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 146 138 -
CMYK 0 0.19 0.23 0.29
HSL 11.43º 0.22% 0.62% -
HSV(B) 11.43º 0.23% 0.71% -
XYZ 33.69 32.1 28.46 -
YUV 155.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 180 146 138 0 0.19 0.23 0.29 11.43 0.22 0.62
Hex B4 92 8A 0 13 17 1D B 16 3E
Octal 264 222 212 0 23 27 35 13 26 76
Binary 10110100 10010010 10001010 0 10011 10111 11101 1011 10110 111110

Color Harmonies of #B4928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4928A

Black with #B4928A

Text Example


Text Example

White with #B4928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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