Html Css Color HEX #BA722B Meteor

📋 copy color: '#BA722B'

red 186 ◦ green 114 ◦ blue 43

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

Shades of Meteor #BA722B

Tints of Meteor #BA722B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 54.23%
G = 33.24%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA722B (or 0xBA722B) is known color: Meteor. HEX triplet: BA, 72 and 2B. RGB value is (186,114,43). Sum of RGB (Red+Green+Blue) = 186+114+43=343 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.23% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 186 - color contains mainly: red. Hex color #BA722B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA722B is #458DD4. Grayscale: #7F7F7F. Windows color (decimal): -4558293 or 2847418. OLE color: 2847418.

HSL color Cylindrical-coordinate representation of color #BA722B: hue angle of 29.79º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BA722B is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 43 -
CMYK 0 0.39 0.77 0.27
HSL 29.79º 0.62% 0.45% -
HSV(B) 29.79º 0.77% 0.73% -
XYZ 26.7 22.65 5.25 -
YUV 127.43 80.35 169.77 -
System Red Green Blue C M Y K H S L
Decimal 186 114 43 0 0.39 0.77 0.27 29.79 0.62 0.45
Hex BA 72 2B 0 27 4D 1B 1E 3E 2D
Octal 272 162 53 0 47 115 33 36 76 55
Binary 10111010 1110010 101011 0 100111 1001101 11011 11110 111110 101101

Color Harmonies of #BA722B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA722B

Black with #BA722B

Text Example


Text Example

White with #BA722B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA722B; }

 p { color: rgb(186,114,43); }

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

background-color css

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

 a { background-color: rgb(186,114,43); }

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

border-color css

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

 span { border-color: rgb(186,114,43); }

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