Html Css Color HEX #BA7633 Meteor

📋 copy color: '#BA7633'

red 186 ◦ green 118 ◦ blue 51

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

Shades of Meteor #BA7633

Tints of Meteor #BA7633

RGB

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

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

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

R = 52.39%
G = 33.24%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA7633 (or 0xBA7633) is known color: Meteor. HEX triplet: BA, 76 and 33. RGB value is (186,118,51). Sum of RGB (Red+Green+Blue) = 186+118+51=355 (47% of max value = 765). Red value is 186 (73.05% from 255 or 52.39% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7633 is #4589CC. Grayscale: #838383. Windows color (decimal): -4557261 or 3372730. OLE color: 3372730.

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

Color convert

RGB 186 118 51 -
CMYK 0 0.37 0.73 0.27
HSL 29.78º 0.57% 0.46% -
HSV(B) 29.78º 0.73% 0.73% -
XYZ 27.33 23.63 6.25 -
YUV 130.69 83.03 167.45 -
System Red Green Blue C M Y K H S L
Decimal 186 118 51 0 0.37 0.73 0.27 29.78 0.57 0.46
Hex BA 76 33 0 25 49 1B 1E 39 2E
Octal 272 166 63 0 45 111 33 36 71 56
Binary 10111010 1110110 110011 0 100101 1001001 11011 11110 111001 101110

Color Harmonies of #BA7633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7633

Black with #BA7633

Text Example


Text Example

White with #BA7633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7633; }

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

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

background-color css

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

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

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

border-color css

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

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

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