Html Css Color HEX #BC753A Meteor

📋 copy color: '#BC753A'

red 188 ◦ green 117 ◦ blue 58

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

Shades of Meteor #BC753A

Tints of Meteor #BC753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 51.79%
G = 32.23%
B = 15.98%

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

#BC753A (or 0xBC753A) is known color: Meteor. HEX triplet: BC, 75 and 3A. RGB value is (188,117,58). Sum of RGB (Red+Green+Blue) = 188+117+58=363 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.79% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 188 - color contains mainly: red. Hex color #BC753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC753A is #438AC5. Grayscale: #838383. Windows color (decimal): -4426438 or 3831228. OLE color: 3831228.

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

Color convert

RGB 188 117 58 -
CMYK 0 0.38 0.69 0.26
HSL 27.23º 0.53% 0.48% -
HSV(B) 27.23º 0.69% 0.74% -
XYZ 27.86 23.72 7.11 -
YUV 131.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 188 117 58 0 0.38 0.69 0.26 27.23 0.53 0.48
Hex BC 75 3A 0 26 45 1A 1B 35 30
Octal 274 165 72 0 46 105 32 33 65 60
Binary 10111100 1110101 111010 0 100110 1000101 11010 11011 110101 110000

Color Harmonies of #BC753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC753A

Black with #BC753A

Text Example


Text Example

White with #BC753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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