Html Css Color HEX #BA723A Meteor

📋 copy color: '#BA723A'

red 186 ◦ green 114 ◦ blue 58

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

Shades of Meteor #BA723A

Tints of Meteor #BA723A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.2%

R = 51.96%
G = 31.84%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA723A (or 0xBA723A) is known color: Meteor. HEX triplet: BA, 72 and 3A. RGB value is (186,114,58). Sum of RGB (Red+Green+Blue) = 186+114+58=358 (47% of max value = 765). Red value is 186 (73.05% from 255 or 51.96% from 358); Green value is 114 (44.92% from 255 or 31.84% from 358); Blue value is 58 (23.05% from 255 or 16.20% from 358); Max value from RGB is 186 - color contains mainly: red. Hex color #BA723A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA723A is #458DC5. Grayscale: #818181. Windows color (decimal): -4558278 or 3830458. OLE color: 3830458.

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

Color convert

RGB 186 114 58 -
CMYK 0 0.39 0.69 0.27
HSL 26.25º 0.52% 0.48% -
HSV(B) 26.25º 0.69% 0.73% -
XYZ 27.03 22.78 6.98 -
YUV 129.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 186 114 58 0 0.39 0.69 0.27 26.25 0.52 0.48
Hex BA 72 3A 0 27 45 1B 1A 34 30
Octal 272 162 72 0 47 105 33 32 64 60
Binary 10111010 1110010 111010 0 100111 1000101 11011 11010 110100 110000

Color Harmonies of #BA723A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA723A

Black with #BA723A

Text Example


Text Example

White with #BA723A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA723A; }

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

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

background-color css

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

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

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

border-color css

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

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

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