Html Css Color HEX #BC702A Meteor

📋 copy color: '#BC702A'

red 188 ◦ green 112 ◦ blue 42

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

Shades of Meteor #BC702A

Tints of Meteor #BC702A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 54.97%
G = 32.75%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BC702A (or 0xBC702A) is known color: Meteor. HEX triplet: BC, 70 and 2A. RGB value is (188,112,42). Sum of RGB (Red+Green+Blue) = 188+112+42=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC702A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC702A is #438FD5. Grayscale: #7F7F7F. Windows color (decimal): -4427734 or 2781372. OLE color: 2781372.

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

Color convert

RGB 188 112 42 -
CMYK 0 0.40 0.78 0.26
HSL 28.77º 0.63% 0.45% -
HSV(B) 28.77º 0.78% 0.74% -
XYZ 26.95 22.45 5.1 -
YUV 126.74 80.18 171.69 -
System Red Green Blue C M Y K H S L
Decimal 188 112 42 0 0.40 0.78 0.26 28.77 0.63 0.45
Hex BC 70 2A 0 28 4E 1A 1D 3F 2D
Octal 274 160 52 0 50 116 32 35 77 55
Binary 10111100 1110000 101010 0 101000 1001110 11010 11101 111111 101101

Color Harmonies of #BC702A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC702A

Black with #BC702A

Text Example


Text Example

White with #BC702A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC702A; }

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

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

background-color css

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

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

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

border-color css

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

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

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