Html Css Color HEX #BA6F33 Meteor

📋 copy color: '#BA6F33'

red 186 ◦ green 111 ◦ blue 51

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

Shades of Meteor #BA6F33

Tints of Meteor #BA6F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.66%

R = 53.45%
G = 31.9%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6F33 (or 0xBA6F33) is known color: Meteor. HEX triplet: BA, 6F and 33. RGB value is (186,111,51). Sum of RGB (Red+Green+Blue) = 186+111+51=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F33 is #4590CC. Grayscale: #7E7E7E. Windows color (decimal): -4559053 or 3370938. OLE color: 3370938.

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

Color convert

RGB 186 111 51 -
CMYK 0 0.40 0.73 0.27
HSL 26.67º 0.57% 0.46% -
HSV(B) 26.67º 0.73% 0.73% -
XYZ 26.53 22.05 5.99 -
YUV 126.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 186 111 51 0 0.40 0.73 0.27 26.67 0.57 0.46
Hex BA 6F 33 0 28 49 1B 1B 39 2E
Octal 272 157 63 0 50 111 33 33 71 56
Binary 10111010 1101111 110011 0 101000 1001001 11011 11011 111001 101110

Color Harmonies of #BA6F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F33

Black with #BA6F33

Text Example


Text Example

White with #BA6F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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