Html Css Color HEX #BA752D Meteor

📋 copy color: '#BA752D'

red 186 ◦ green 117 ◦ blue 45

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

Shades of Meteor #BA752D

Tints of Meteor #BA752D

RGB

 RED value IS 186 (73.05% from 255) = 53.45%

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 53.45%
G = 33.62%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA752D (or 0xBA752D) is known color: Meteor. HEX triplet: BA, 75 and 2D. RGB value is (186,117,45). Sum of RGB (Red+Green+Blue) = 186+117+45=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA752D is #458AD2. Grayscale: #818181. Windows color (decimal): -4557523 or 2979258. OLE color: 2979258.

HSL color Cylindrical-coordinate representation of color #BA752D: hue angle of 30.64º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BA752D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 45 -
CMYK 0 0.37 0.76 0.27
HSL 30.64º 0.61% 0.45% -
HSV(B) 30.64º 0.76% 0.73% -
XYZ 27.08 23.35 5.56 -
YUV 129.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 186 117 45 0 0.37 0.76 0.27 30.64 0.61 0.45
Hex BA 75 2D 0 25 4C 1B 1F 3D 2D
Octal 272 165 55 0 45 114 33 37 75 55
Binary 10111010 1110101 101101 0 100101 1001100 11011 11111 111101 101101

Color Harmonies of #BA752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA752D

Black with #BA752D

Text Example


Text Example

White with #BA752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA752D; }

 p { color: rgb(186,117,45); }

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

background-color css

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

 a { background-color: rgb(186,117,45); }

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

border-color css

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

 span { border-color: rgb(186,117,45); }

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