Html Css Color HEX #BA6F2A Meteor

📋 copy color: '#BA6F2A'

red 186 ◦ green 111 ◦ blue 42

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

Shades of Meteor #BA6F2A

Tints of Meteor #BA6F2A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.74%

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 54.87%
G = 32.74%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA6F2A (or 0xBA6F2A) is known color: Meteor. HEX triplet: BA, 6F and 2A. RGB value is (186,111,42). Sum of RGB (Red+Green+Blue) = 186+111+42=339 (44% of max value = 765). Red value is 186 (73.05% from 255 or 54.87% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2A is #4590D5. Grayscale: #7D7D7D. Windows color (decimal): -4559062 or 2781114. OLE color: 2781114.

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

Color convert

RGB 186 111 42 -
CMYK 0 0.40 0.77 0.27
HSL 28.75º 0.63% 0.45% -
HSV(B) 28.75º 0.77% 0.73% -
XYZ 26.35 21.98 5.04 -
YUV 125.56 80.85 171.11 -
System Red Green Blue C M Y K H S L
Decimal 186 111 42 0 0.40 0.77 0.27 28.75 0.63 0.45
Hex BA 6F 2A 0 28 4D 1B 1D 3F 2D
Octal 272 157 52 0 50 115 33 35 77 55
Binary 10111010 1101111 101010 0 101000 1001101 11011 11101 111111 101101

Color Harmonies of #BA6F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F2A

Black with #BA6F2A

Text Example


Text Example

White with #BA6F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F2A; }

 p { color: rgb(186,111,42); }

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

background-color css

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

 a { background-color: rgb(186,111,42); }

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

border-color css

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

 span { border-color: rgb(186,111,42); }

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