Html Css Color HEX #BA7A32 Meteor

📋 copy color: '#BA7A32'

red 186 ◦ green 122 ◦ blue 50

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

Shades of Meteor #BA7A32

Tints of Meteor #BA7A32

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.08%

 BLUE value IS 50 (19.92% from 255) = 13.97%

R = 51.96%
G = 34.08%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7A32 (or 0xBA7A32) is known color: Meteor. HEX triplet: BA, 7A and 32. RGB value is (186,122,50). Sum of RGB (Red+Green+Blue) = 186+122+50=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 50 (19.92% from 255 or 13.97% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A32 is #4585CD. Grayscale: #858585. Windows color (decimal): -4556238 or 3308218. OLE color: 3308218.

HSL color Cylindrical-coordinate representation of color #BA7A32: hue angle of 31.76º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BA7A32 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 122 50 -
CMYK 0 0.34 0.73 0.27
HSL 31.76º 0.58% 0.46% -
HSV(B) 31.76º 0.73% 0.73% -
XYZ 27.78 24.59 6.3 -
YUV 132.93 81.2 165.85 -
System Red Green Blue C M Y K H S L
Decimal 186 122 50 0 0.34 0.73 0.27 31.76 0.58 0.46
Hex BA 7A 32 0 22 49 1B 20 3A 2E
Octal 272 172 62 0 42 111 33 40 72 56
Binary 10111010 1111010 110010 0 100010 1001001 11011 100000 111010 101110

Color Harmonies of #BA7A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A32

Black with #BA7A32

Text Example


Text Example

White with #BA7A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A32; }

 p { color: rgb(186,122,50); }

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

background-color css

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

 a { background-color: rgb(186,122,50); }

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

border-color css

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

 span { border-color: rgb(186,122,50); }

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