Html Css Color HEX #BA7834 Meteor

📋 copy color: '#BA7834'

red 186 ◦ green 120 ◦ blue 52

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

Shades of Meteor #BA7834

Tints of Meteor #BA7834

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.52%

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

R = 51.96%
G = 33.52%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7834 (or 0xBA7834) is known color: Meteor. HEX triplet: BA, 78 and 34. RGB value is (186,120,52). Sum of RGB (Red+Green+Blue) = 186+120+52=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7834 is #4587CB. Grayscale: #848484. Windows color (decimal): -4556748 or 3438778. OLE color: 3438778.

HSL color Cylindrical-coordinate representation of color #BA7834: hue angle of 30.45º 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 #BA7834 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 120 52 -
CMYK 0 0.35 0.72 0.27
HSL 30.45º 0.56% 0.47% -
HSV(B) 30.45º 0.72% 0.73% -
XYZ 27.59 24.12 6.45 -
YUV 131.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 186 120 52 0 0.35 0.72 0.27 30.45 0.56 0.47
Hex BA 78 34 0 23 48 1B 1E 38 2F
Octal 272 170 64 0 43 110 33 36 70 57
Binary 10111010 1111000 110100 0 100011 1001000 11011 11110 111000 101111

Color Harmonies of #BA7834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7834

Black with #BA7834

Text Example


Text Example

White with #BA7834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7834; }

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

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

background-color css

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

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

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

border-color css

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

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

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