Html Css Color HEX #BA7634 Meteor

📋 copy color: '#BA7634'

red 186 ◦ green 118 ◦ blue 52

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

Shades of Meteor #BA7634

Tints of Meteor #BA7634

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.15%

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

R = 52.25%
G = 33.15%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA7634 (or 0xBA7634) is known color: Meteor. HEX triplet: BA, 76 and 34. RGB value is (186,118,52). Sum of RGB (Red+Green+Blue) = 186+118+52=356 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.25% from 356); Green value is 118 (46.48% from 255 or 33.15% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7634 is #4589CB. Grayscale: #838383. Windows color (decimal): -4557260 or 3438266. OLE color: 3438266.

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

Color convert

RGB 186 118 52 -
CMYK 0 0.37 0.72 0.27
HSL 29.55º 0.56% 0.47% -
HSV(B) 29.55º 0.72% 0.73% -
XYZ 27.35 23.64 6.37 -
YUV 130.81 83.53 167.37 -
System Red Green Blue C M Y K H S L
Decimal 186 118 52 0 0.37 0.72 0.27 29.55 0.56 0.47
Hex BA 76 34 0 25 48 1B 1E 38 2F
Octal 272 166 64 0 45 110 33 36 70 57
Binary 10111010 1110110 110100 0 100101 1001000 11011 11110 111000 101111

Color Harmonies of #BA7634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7634

Black with #BA7634

Text Example


Text Example

White with #BA7634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7634; }

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

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

background-color css

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

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

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

border-color css

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

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

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