Html Css Color HEX #BC702E Meteor

📋 copy color: '#BC702E'

red 188 ◦ green 112 ◦ blue 46

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

Shades of Meteor #BC702E

Tints of Meteor #BC702E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.29%

R = 54.34%
G = 32.37%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC702E (or 0xBC702E) is known color: Meteor. HEX triplet: BC, 70 and 2E. RGB value is (188,112,46). Sum of RGB (Red+Green+Blue) = 188+112+46=346 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.34% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 46 (18.36% from 255 or 13.29% from 346); Max value from RGB is 188 - color contains mainly: red. Hex color #BC702E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC702E is #438FD1. Grayscale: #7F7F7F. Windows color (decimal): -4427730 or 3043516. OLE color: 3043516.

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

Color convert

RGB 188 112 46 -
CMYK 0 0.40 0.76 0.26
HSL 27.89º 0.61% 0.46% -
HSV(B) 27.89º 0.76% 0.74% -
XYZ 27.03 22.48 5.5 -
YUV 127.2 82.18 171.37 -
System Red Green Blue C M Y K H S L
Decimal 188 112 46 0 0.40 0.76 0.26 27.89 0.61 0.46
Hex BC 70 2E 0 28 4C 1A 1C 3D 2E
Octal 274 160 56 0 50 114 32 34 75 56
Binary 10111100 1110000 101110 0 101000 1001100 11010 11100 111101 101110

Color Harmonies of #BC702E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC702E

Black with #BC702E

Text Example


Text Example

White with #BC702E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC702E; }

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

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

background-color css

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

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

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

border-color css

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

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

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