Html Css Color HEX #BC743A Meteor

📋 copy color: '#BC743A'

red 188 ◦ green 116 ◦ blue 58

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

Shades of Meteor #BC743A

Tints of Meteor #BC743A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 58 (23.05% from 255) = 16.02%

R = 51.93%
G = 32.04%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC743A (or 0xBC743A) is known color: Meteor. HEX triplet: BC, 74 and 3A. RGB value is (188,116,58). Sum of RGB (Red+Green+Blue) = 188+116+58=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 58 (23.05% from 255 or 16.02% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC743A is #438BC5. Grayscale: #838383. Windows color (decimal): -4426694 or 3830972. OLE color: 3830972.

HSL color Cylindrical-coordinate representation of color #BC743A: hue angle of 26.77º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC743A is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 58 -
CMYK 0 0.38 0.69 0.26
HSL 26.77º 0.53% 0.48% -
HSV(B) 26.77º 0.69% 0.74% -
XYZ 27.75 23.49 7.07 -
YUV 130.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 188 116 58 0 0.38 0.69 0.26 26.77 0.53 0.48
Hex BC 74 3A 0 26 45 1A 1B 35 30
Octal 274 164 72 0 46 105 32 33 65 60
Binary 10111100 1110100 111010 0 100110 1000101 11010 11011 110101 110000

Color Harmonies of #BC743A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC743A

Black with #BC743A

Text Example


Text Example

White with #BC743A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC743A; }

 p { color: rgb(188,116,58); }

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

background-color css

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

 a { background-color: rgb(188,116,58); }

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

border-color css

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

 span { border-color: rgb(188,116,58); }

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