Html Css Color HEX #BC7C35 Meteor

📋 copy color: '#BC7C35'

red 188 ◦ green 124 ◦ blue 53

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

Shades of Meteor #BC7C35

Tints of Meteor #BC7C35

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.97%

 BLUE value IS 53 (21.09% from 255) = 14.52%

R = 51.51%
G = 33.97%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#BC7C35 (or 0xBC7C35) is known color: Meteor. HEX triplet: BC, 7C and 35. RGB value is (188,124,53). Sum of RGB (Red+Green+Blue) = 188+124+53=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 124 (48.83% from 255 or 33.97% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7C35 is #4383CA. Grayscale: #878787. Windows color (decimal): -4424651 or 3505340. OLE color: 3505340.

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

Color convert

RGB 188 124 53 -
CMYK 0 0.34 0.72 0.26
HSL 31.56º 0.56% 0.47% -
HSV(B) 31.56º 0.72% 0.74% -
XYZ 28.59 25.36 6.76 -
YUV 135.04 81.7 165.77 -
System Red Green Blue C M Y K H S L
Decimal 188 124 53 0 0.34 0.72 0.26 31.56 0.56 0.47
Hex BC 7C 35 0 22 48 1A 20 38 2F
Octal 274 174 65 0 42 110 32 40 70 57
Binary 10111100 1111100 110101 0 100010 1001000 11010 100000 111000 101111

Color Harmonies of #BC7C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C35

Black with #BC7C35

Text Example


Text Example

White with #BC7C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C35; }

 p { color: rgb(188,124,53); }

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

background-color css

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

 a { background-color: rgb(188,124,53); }

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

border-color css

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

 span { border-color: rgb(188,124,53); }

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