Html Css Color HEX #BC6D36 Meteor

📋 copy color: '#BC6D36'

red 188 ◦ green 109 ◦ blue 54

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

Shades of Meteor #BC6D36

Tints of Meteor #BC6D36

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 54 (21.48% from 255) = 15.38%

R = 53.56%
G = 31.05%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC6D36 (or 0xBC6D36) is known color: Meteor. HEX triplet: BC, 6D and 36. RGB value is (188,109,54). Sum of RGB (Red+Green+Blue) = 188+109+54=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC6D36 is #4392C9. Grayscale: #7E7E7E. Windows color (decimal): -4428490 or 3567036. OLE color: 3567036.

HSL color Cylindrical-coordinate representation of color #BC6D36: hue angle of 24.63º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC6D36 is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 109 54 -
CMYK 0 0.42 0.71 0.26
HSL 24.63º 0.55% 0.47% -
HSV(B) 24.63º 0.71% 0.74% -
XYZ 26.87 21.89 6.3 -
YUV 126.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 188 109 54 0 0.42 0.71 0.26 24.63 0.55 0.47
Hex BC 6D 36 0 2A 47 1A 19 37 2F
Octal 274 155 66 0 52 107 32 31 67 57
Binary 10111100 1101101 110110 0 101010 1000111 11010 11001 110111 101111

Color Harmonies of #BC6D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6D36

Black with #BC6D36

Text Example


Text Example

White with #BC6D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6D36; }

 p { color: rgb(188,109,54); }

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

background-color css

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

 a { background-color: rgb(188,109,54); }

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

border-color css

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

 span { border-color: rgb(188,109,54); }

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