Html Css Color HEX #BA6F34 Meteor

📋 copy color: '#BA6F34'

red 186 ◦ green 111 ◦ blue 52

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

Shades of Meteor #BA6F34

Tints of Meteor #BA6F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.9%

R = 53.3%
G = 31.81%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6F34 (or 0xBA6F34) is known color: Meteor. HEX triplet: BA, 6F and 34. RGB value is (186,111,52). Sum of RGB (Red+Green+Blue) = 186+111+52=349 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.30% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6F34 is #4590CB. Grayscale: #7F7F7F. Windows color (decimal): -4559052 or 3436474. OLE color: 3436474.

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

Color convert

RGB 186 111 52 -
CMYK 0 0.40 0.72 0.27
HSL 26.42º 0.56% 0.47% -
HSV(B) 26.42º 0.72% 0.73% -
XYZ 26.55 22.06 6.11 -
YUV 126.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 186 111 52 0 0.40 0.72 0.27 26.42 0.56 0.47
Hex BA 6F 34 0 28 48 1B 1A 38 2F
Octal 272 157 64 0 50 110 33 32 70 57
Binary 10111010 1101111 110100 0 101000 1001000 11011 11010 111000 101111

Color Harmonies of #BA6F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F34

Black with #BA6F34

Text Example


Text Example

White with #BA6F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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