Html Css Color HEX #B6948D Thatch

📋 copy color: '#B6948D'

red 182 ◦ green 148 ◦ blue 141

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

Shades of Thatch #B6948D

Tints of Thatch #B6948D

RGB

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

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

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

R = 38.64%
G = 31.42%
B = 29.94%

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

#B6948D (or 0xB6948D) is known color: Thatch. HEX triplet: B6, 94 and 8D. RGB value is (182,148,141). Sum of RGB (Red+Green+Blue) = 182+148+141=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 182 - color contains mainly: red. Hex color #B6948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6948D is #496B72. Grayscale: #9D9D9D. Windows color (decimal): -4811635 or 9278646. OLE color: 9278646.

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

Color convert

RGB 182 148 141 -
CMYK 0 0.19 0.23 0.29
HSL 10.24º 0.22% 0.63% -
HSV(B) 10.24º 0.23% 0.71% -
XYZ 34.69 33.05 29.75 -
YUV 157.37 118.76 145.57 -
System Red Green Blue C M Y K H S L
Decimal 182 148 141 0 0.19 0.23 0.29 10.24 0.22 0.63
Hex B6 94 8D 0 13 17 1D A 16 3F
Octal 266 224 215 0 23 27 35 12 26 77
Binary 10110110 10010100 10001101 0 10011 10111 11101 1010 10110 111111

Color Harmonies of #B6948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6948D

Black with #B6948D

Text Example


Text Example

White with #B6948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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