Html Css Color HEX #BA6C2A Meteor

📋 copy color: '#BA6C2A'

red 186 ◦ green 108 ◦ blue 42

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

Shades of Meteor #BA6C2A

Tints of Meteor #BA6C2A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 55.36%
G = 32.14%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA6C2A (or 0xBA6C2A) is known color: Meteor. HEX triplet: BA, 6C and 2A. RGB value is (186,108,42). Sum of RGB (Red+Green+Blue) = 186+108+42=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 42 (16.80% from 255 or 12.5% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6C2A is #4593D5. Grayscale: #7C7C7C. Windows color (decimal): -4559830 or 2780346. OLE color: 2780346.

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

Color convert

RGB 186 108 42 -
CMYK 0 0.42 0.77 0.27
HSL 27.5º 0.63% 0.45% -
HSV(B) 27.5º 0.77% 0.73% -
XYZ 26.03 21.33 4.94 -
YUV 123.8 81.84 172.37 -
System Red Green Blue C M Y K H S L
Decimal 186 108 42 0 0.42 0.77 0.27 27.5 0.63 0.45
Hex BA 6C 2A 0 2A 4D 1B 1C 3F 2D
Octal 272 154 52 0 52 115 33 34 77 55
Binary 10111010 1101100 101010 0 101010 1001101 11011 11100 111111 101101

Color Harmonies of #BA6C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6C2A

Black with #BA6C2A

Text Example


Text Example

White with #BA6C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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