Html Css Color HEX #BC712A Meteor

📋 copy color: '#BC712A'

red 188 ◦ green 113 ◦ blue 42

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

Shades of Meteor #BC712A

Tints of Meteor #BC712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.94%

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

R = 54.81%
G = 32.94%
B = 12.24%

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

#BC712A (or 0xBC712A) is known color: Meteor. HEX triplet: BC, 71 and 2A. RGB value is (188,113,42). Sum of RGB (Red+Green+Blue) = 188+113+42=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC712A is #438ED5. Grayscale: #7F7F7F. Windows color (decimal): -4427478 or 2781628. OLE color: 2781628.

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

Color convert

RGB 188 113 42 -
CMYK 0 0.40 0.78 0.26
HSL 29.18º 0.63% 0.45% -
HSV(B) 29.18º 0.78% 0.74% -
XYZ 27.06 22.67 5.14 -
YUV 127.33 79.85 171.27 -
System Red Green Blue C M Y K H S L
Decimal 188 113 42 0 0.40 0.78 0.26 29.18 0.63 0.45
Hex BC 71 2A 0 28 4E 1A 1D 3F 2D
Octal 274 161 52 0 50 116 32 35 77 55
Binary 10111100 1110001 101010 0 101000 1001110 11010 11101 111111 101101

Color Harmonies of #BC712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC712A

Black with #BC712A

Text Example


Text Example

White with #BC712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC712A; }

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

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

background-color css

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

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

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

border-color css

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

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

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