Html Css Color HEX #BA7432 Meteor

📋 copy color: '#BA7432'

red 186 ◦ green 116 ◦ blue 50

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

Shades of Meteor #BA7432

Tints of Meteor #BA7432

RGB

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

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

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

R = 52.84%
G = 32.95%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7432 (or 0xBA7432) is known color: Meteor. HEX triplet: BA, 74 and 32. RGB value is (186,116,50). Sum of RGB (Red+Green+Blue) = 186+116+50=352 (46% of max value = 765). Red value is 186 (73.05% from 255 or 52.84% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7432 is #458BCD. Grayscale: #818181. Windows color (decimal): -4557774 or 3306682. OLE color: 3306682.

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

Color convert

RGB 186 116 50 -
CMYK 0 0.38 0.73 0.27
HSL 29.12º 0.58% 0.46% -
HSV(B) 29.12º 0.73% 0.73% -
XYZ 27.07 23.16 6.06 -
YUV 129.41 83.19 168.37 -
System Red Green Blue C M Y K H S L
Decimal 186 116 50 0 0.38 0.73 0.27 29.12 0.58 0.46
Hex BA 74 32 0 26 49 1B 1D 3A 2E
Octal 272 164 62 0 46 111 33 35 72 56
Binary 10111010 1110100 110010 0 100110 1001001 11011 11101 111010 101110

Color Harmonies of #BA7432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7432

Black with #BA7432

Text Example


Text Example

White with #BA7432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7432; }

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

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

background-color css

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

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

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

border-color css

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

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

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