Html Css Color HEX #BC7033 Meteor

📋 copy color: '#BC7033'

red 188 ◦ green 112 ◦ blue 51

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

Shades of Meteor #BC7033

Tints of Meteor #BC7033

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.91%

 BLUE value IS 51 (20.31% from 255) = 14.53%

R = 53.56%
G = 31.91%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC7033 (or 0xBC7033) is known color: Meteor. HEX triplet: BC, 70 and 33. RGB value is (188,112,51). Sum of RGB (Red+Green+Blue) = 188+112+51=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 51 (20.31% from 255 or 14.53% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7033 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7033 is #438FCC. Grayscale: #808080. Windows color (decimal): -4427725 or 3371196. OLE color: 3371196.

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

Color convert

RGB 188 112 51 -
CMYK 0 0.40 0.73 0.26
HSL 26.72º 0.57% 0.47% -
HSV(B) 26.72º 0.73% 0.74% -
XYZ 27.13 22.52 6.05 -
YUV 127.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 188 112 51 0 0.40 0.73 0.26 26.72 0.57 0.47
Hex BC 70 33 0 28 49 1A 1B 39 2F
Octal 274 160 63 0 50 111 32 33 71 57
Binary 10111100 1110000 110011 0 101000 1001001 11010 11011 111001 101111

Color Harmonies of #BC7033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7033

Black with #BC7033

Text Example


Text Example

White with #BC7033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7033; }

 p { color: rgb(188,112,51); }

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

background-color css

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

 a { background-color: rgb(188,112,51); }

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

border-color css

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

 span { border-color: rgb(188,112,51); }

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