Html Css Color HEX #BC7D36 Meteor

📋 copy color: '#BC7D36'

red 188 ◦ green 125 ◦ blue 54

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

Shades of Meteor #BC7D36

Tints of Meteor #BC7D36

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 51.23%
G = 34.06%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7D36 (or 0xBC7D36) is known color: Meteor. HEX triplet: BC, 7D and 36. RGB value is (188,125,54). Sum of RGB (Red+Green+Blue) = 188+125+54=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 54 (21.48% from 255 or 14.71% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D36 is #4382C9. Grayscale: #888888. Windows color (decimal): -4424394 or 3571132. OLE color: 3571132.

HSL color Cylindrical-coordinate representation of color #BC7D36: hue angle of 31.79º 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 #BC7D36 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 125 54 -
CMYK 0 0.34 0.71 0.26
HSL 31.79º 0.55% 0.47% -
HSV(B) 31.79º 0.71% 0.74% -
XYZ 28.74 25.62 6.92 -
YUV 135.74 81.87 165.27 -
System Red Green Blue C M Y K H S L
Decimal 188 125 54 0 0.34 0.71 0.26 31.79 0.55 0.47
Hex BC 7D 36 0 22 47 1A 20 37 2F
Octal 274 175 66 0 42 107 32 40 67 57
Binary 10111100 1111101 110110 0 100010 1000111 11010 100000 110111 101111

Color Harmonies of #BC7D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D36

Black with #BC7D36

Text Example


Text Example

White with #BC7D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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