Html Css Color HEX #BC7236 Meteor

📋 copy color: '#BC7236'

red 188 ◦ green 114 ◦ blue 54

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

Shades of Meteor #BC7236

Tints of Meteor #BC7236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 52.81%
G = 32.02%
B = 15.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC7236 (or 0xBC7236) is known color: Meteor. HEX triplet: BC, 72 and 36. RGB value is (188,114,54). Sum of RGB (Red+Green+Blue) = 188+114+54=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7236 is #438DC9. Grayscale: #818181. Windows color (decimal): -4427210 or 3568316. OLE color: 3568316.

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

Color convert

RGB 188 114 54 -
CMYK 0 0.39 0.71 0.26
HSL 26.87º 0.55% 0.47% -
HSV(B) 26.87º 0.71% 0.74% -
XYZ 27.42 22.99 6.48 -
YUV 129.29 85.52 169.88 -
System Red Green Blue C M Y K H S L
Decimal 188 114 54 0 0.39 0.71 0.26 26.87 0.55 0.47
Hex BC 72 36 0 27 47 1A 1B 37 2F
Octal 274 162 66 0 47 107 32 33 67 57
Binary 10111100 1110010 110110 0 100111 1000111 11010 11011 110111 101111

Color Harmonies of #BC7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7236

Black with #BC7236

Text Example


Text Example

White with #BC7236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7236; }

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

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

background-color css

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

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

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

border-color css

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

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

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