Html Css Color HEX #BC9892 Thatch

📋 copy color: '#BC9892'

red 188 ◦ green 152 ◦ blue 146

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

Shades of Thatch #BC9892

Tints of Thatch #BC9892

RGB

 RED value IS 188 (73.83% from 255) = 38.68%

 GREEN value IS 152 (59.77% from 255) = 31.28%

 BLUE value IS 146 (57.42% from 255) = 30.04%

R = 38.68%
G = 31.28%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC9892 (or 0xBC9892) is known color: Thatch. HEX triplet: BC, 98 and 92. RGB value is (188,152,146). Sum of RGB (Red+Green+Blue) = 188+152+146=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 152 (59.77% from 255 or 31.28% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9892 is #43676D. Grayscale: #A2A2A2. Windows color (decimal): -4417390 or 9607356. OLE color: 9607356.

HSL color Cylindrical-coordinate representation of color #BC9892: hue angle of 8.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BC9892 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 146 -
CMYK 0 0.19 0.22 0.26
HSL 8.57º 0.24% 0.65% -
HSV(B) 8.57º 0.22% 0.74% -
XYZ 37.16 35.22 32.03 -
YUV 162.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 188 152 146 0 0.19 0.22 0.26 8.57 0.24 0.65
Hex BC 98 92 0 13 16 1A 9 18 41
Octal 274 230 222 0 23 26 32 11 30 101
Binary 10111100 10011000 10010010 0 10011 10110 11010 1001 11000 1000001

Color Harmonies of #BC9892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9892

Black with #BC9892

Text Example


Text Example

White with #BC9892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9892; }

 p { color: rgb(188,152,146); }

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

background-color css

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

 a { background-color: rgb(188,152,146); }

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

border-color css

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

 span { border-color: rgb(188,152,146); }

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