Html Css Color HEX #BA6F32 Meteor

📋 copy color: '#BA6F32'

red 186 ◦ green 111 ◦ blue 50

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

Shades of Meteor #BA6F32

Tints of Meteor #BA6F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.41%

R = 53.6%
G = 31.99%
B = 14.41%

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

#BA6F32 (or 0xBA6F32) is known color: Meteor. HEX triplet: BA, 6F and 32. RGB value is (186,111,50). Sum of RGB (Red+Green+Blue) = 186+111+50=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F32 is #4590CD. Grayscale: #7E7E7E. Windows color (decimal): -4559054 or 3305402. OLE color: 3305402.

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

Color convert

RGB 186 111 50 -
CMYK 0 0.40 0.73 0.27
HSL 26.91º 0.58% 0.46% -
HSV(B) 26.91º 0.73% 0.73% -
XYZ 26.51 22.04 5.87 -
YUV 126.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 186 111 50 0 0.40 0.73 0.27 26.91 0.58 0.46
Hex BA 6F 32 0 28 49 1B 1B 3A 2E
Octal 272 157 62 0 50 111 33 33 72 56
Binary 10111010 1101111 110010 0 101000 1001001 11011 11011 111010 101110

Color Harmonies of #BA6F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F32

Black with #BA6F32

Text Example


Text Example

White with #BA6F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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