Html Css Color HEX #BA6F2B Meteor

📋 copy color: '#BA6F2B'

red 186 ◦ green 111 ◦ blue 43

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

Shades of Meteor #BA6F2B

Tints of Meteor #BA6F2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.65%

R = 54.71%
G = 32.65%
B = 12.65%

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

#BA6F2B (or 0xBA6F2B) is known color: Meteor. HEX triplet: BA, 6F and 2B. RGB value is (186,111,43). Sum of RGB (Red+Green+Blue) = 186+111+43=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2B is #4590D4. Grayscale: #7E7E7E. Windows color (decimal): -4559061 or 2846650. OLE color: 2846650.

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

Color convert

RGB 186 111 43 -
CMYK 0 0.40 0.77 0.27
HSL 28.53º 0.62% 0.45% -
HSV(B) 28.53º 0.77% 0.73% -
XYZ 26.37 21.98 5.14 -
YUV 125.67 81.35 171.03 -
System Red Green Blue C M Y K H S L
Decimal 186 111 43 0 0.40 0.77 0.27 28.53 0.62 0.45
Hex BA 6F 2B 0 28 4D 1B 1D 3E 2D
Octal 272 157 53 0 50 115 33 35 76 55
Binary 10111010 1101111 101011 0 101000 1001101 11011 11101 111110 101101

Color Harmonies of #BA6F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F2B

Black with #BA6F2B

Text Example


Text Example

White with #BA6F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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