Html Css Color HEX #BA723B Meteor

📋 copy color: '#BA723B'

red 186 ◦ green 114 ◦ blue 59

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

Shades of Meteor #BA723B

Tints of Meteor #BA723B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.43%

R = 51.81%
G = 31.75%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA723B (or 0xBA723B) is known color: Meteor. HEX triplet: BA, 72 and 3B. RGB value is (186,114,59). Sum of RGB (Red+Green+Blue) = 186+114+59=359 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.81% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 59 (23.44% from 255 or 16.43% from 359); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723B is #458DC4. Grayscale: #818181. Windows color (decimal): -4558277 or 3895994. OLE color: 3895994.

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

Color convert

RGB 186 114 59 -
CMYK 0 0.39 0.68 0.27
HSL 25.98º 0.52% 0.48% -
HSV(B) 25.98º 0.68% 0.73% -
XYZ 27.06 22.79 7.11 -
YUV 129.26 88.35 168.47 -
System Red Green Blue C M Y K H S L
Decimal 186 114 59 0 0.39 0.68 0.27 25.98 0.52 0.48
Hex BA 72 3B 0 27 44 1B 1A 34 30
Octal 272 162 73 0 47 104 33 32 64 60
Binary 10111010 1110010 111011 0 100111 1000100 11011 11010 110100 110000

Color Harmonies of #BA723B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA723B

Black with #BA723B

Text Example


Text Example

White with #BA723B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA723B; }

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

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

background-color css

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

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

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

border-color css

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

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

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