Html Css Color HEX #B6948C Thatch

📋 copy color: '#B6948C'

red 182 ◦ green 148 ◦ blue 140

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

Shades of Thatch #B6948C

Tints of Thatch #B6948C

RGB

 RED value IS 182 (71.48% from 255) = 38.72%

 GREEN value IS 148 (58.2% from 255) = 31.49%

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

R = 38.72%
G = 31.49%
B = 29.79%

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

#B6948C (or 0xB6948C) is known color: Thatch. HEX triplet: B6, 94 and 8C. RGB value is (182,148,140). Sum of RGB (Red+Green+Blue) = 182+148+140=470 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.72% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 182 - color contains mainly: red. Hex color #B6948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6948C is #496B73. Grayscale: #9D9D9D. Windows color (decimal): -4811636 or 9213110. OLE color: 9213110.

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

Color convert

RGB 182 148 140 -
CMYK 0 0.19 0.23 0.29
HSL 11.43º 0.22% 0.63% -
HSV(B) 11.43º 0.23% 0.71% -
XYZ 34.61 33.02 29.36 -
YUV 157.25 118.26 145.65 -
System Red Green Blue C M Y K H S L
Decimal 182 148 140 0 0.19 0.23 0.29 11.43 0.22 0.63
Hex B6 94 8C 0 13 17 1D B 16 3F
Octal 266 224 214 0 23 27 35 13 26 77
Binary 10110110 10010100 10001100 0 10011 10111 11101 1011 10110 111111

Color Harmonies of #B6948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6948C

Black with #B6948C

Text Example


Text Example

White with #B6948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6948C; }

 p { color: rgb(182,148,140); }

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

background-color css

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

 a { background-color: rgb(182,148,140); }

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

border-color css

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

 span { border-color: rgb(182,148,140); }

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