Html Css Color HEX #BA6F2D Meteor

📋 copy color: '#BA6F2D'

red 186 ◦ green 111 ◦ blue 45

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

Shades of Meteor #BA6F2D

Tints of Meteor #BA6F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 54.39%
G = 32.46%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BA6F2D (or 0xBA6F2D) is known color: Meteor. HEX triplet: BA, 6F and 2D. RGB value is (186,111,45). Sum of RGB (Red+Green+Blue) = 186+111+45=342 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.39% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F2D is #4590D2. Grayscale: #7E7E7E. Windows color (decimal): -4559059 or 2977722. OLE color: 2977722.

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

Color convert

RGB 186 111 45 -
CMYK 0 0.40 0.76 0.27
HSL 28.09º 0.61% 0.45% -
HSV(B) 28.09º 0.76% 0.73% -
XYZ 26.41 22 5.34 -
YUV 125.9 82.35 170.87 -
System Red Green Blue C M Y K H S L
Decimal 186 111 45 0 0.40 0.76 0.27 28.09 0.61 0.45
Hex BA 6F 2D 0 28 4C 1B 1C 3D 2D
Octal 272 157 55 0 50 114 33 34 75 55
Binary 10111010 1101111 101101 0 101000 1001100 11011 11100 111101 101101

Color Harmonies of #BA6F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F2D

Black with #BA6F2D

Text Example


Text Example

White with #BA6F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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